ContourSetting.GetItemIndex
Method
Description:
Get the index of a contour setting item of the current contour setting
Get the index of a contour setting item of the current contour setting
Parameters
Parameter | Type | Description |
---|---|---|
item | ContourSettingItem | The contour setting item. |
Return Value
Type | Description |
---|---|
Int32 | The index of the input contour setting item. -1 if the item is not found. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |