%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetItem Method
See Also 
vdWebLibrary Namespace > gripmanager Class : GetItem Method
index
Zero based index.
Returns the entity on the specific index in the grip collection.

Syntax

JScript 
public function GetItem( 
   index : int
) : Object;

Parameters

index
Zero based index.

See Also