GraphicsNodeProxy.ItemById Property
Parent Object: GraphicsNodeProxyDescription
Returns the specified GraphicsPrimitive from the collection using its Id as index.
Syntax
GraphicsNodeProxy.ItemById( DataSetId As Long ) As GraphicsPrimitiveProperty Value
This is a read only property whose value is a GraphicsPrimitive.Parameters
Name | Type | Description |
DataSetId | Long | Input Long value that indicates the Id of a GraphicsPrimitive object to return. |