MeshFeatureEntitiesEnumerator.Item Property
Parent Object: MeshFeatureEntitiesEnumeratorDescription
Allows integer-indexed access to items in the collection.
Syntax
MeshFeatureEntitiesEnumerator.Item( Index As Long ) As MeshFeatureEntityProperty Value
This is a read only property whose value is a MeshFeatureEntity.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the MeshFeatureEntity to return. |