PointCloudCrops.Item Property
Parent Object: PointCloudCropsDescription
Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Syntax
PointCloudCrops.Item( Index As Variant ) As PointCloudCropProperty Value
This is a read only property whose value is a PointCloudCrop.Parameters
Name | Type | Description |
Index | Variant | Input Long value that specifies the point cloud crop object to return. If an out of range index is provided, an error will occur. |