ProfilePathProxy.Item Property
Parent Object: ProfilePathProxyDescription
Returns the specified ProfileEntity object from the collection. This property is only valid if the profile path denotes a set of connected curves. On the other hand, if the profile path denotes a text box, which will be indicated by the value of the TextPath property being True, then this property does not apply.
Syntax
ProfilePathProxy.Item( Index As Long ) As ProfileEntityProperty Value
This is a read only property whose value is a ProfileEntity.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the object to return. |