RevisionCloudControlPoints.Item Property
Parent Object: RevisionCloudControlPointsDescription
Allows integer-indexed access to items in the collection.
Syntax
RevisionCloudControlPoints.Item( Index As Long ) As RevisionCloudControlPointProperty Value
This is a read only property whose value is a RevisionCloudControlPoint.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index number of the RevisionCloudControlPoint to return. If an out of range index is provided, an error will occur. |