updatePoint Method

Summary

Updates the specified point of the cross-product object.

Syntax

JavaScript Syntax
AnnCrossProductObject.prototype.updatePoint = function( 
   pointIndex, 
   pt 
) 
TypeScript Syntax
updatePoint( 
   pointIndex: number, 
   pt: LeadPointD 
): void; 

Parameters

pointIndex

The index of the point that should be updated.

pt

The new values for the point being updated.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly