CropOperations.Item Property
Parent Object:
CropOperations
Description
Allows integer-indexed access to items in the collection.
Syntax
CropOperations.
Item
(
Index
As Long ) As
CropOperation
Property Value
This is a read only property whose value is a
CropOperation
.
Parameters
Name
Type
Description
Index
Long
Input Long value that specifies the index of the item in the collection. If an out of range index of CropOperation is provided, an error will occur.
Version
Introduced in version 2025.1
© Copyright 2025 Autodesk, Inc.
Comment on this page.