<Code Lib>
2024 Method
Changes 4
M

ContourSetting.GetItemIndex

Description:
Get the index of a contour setting item of the current contour setting

public int GetItemIndex(
	ContourSettingItem item
)

Return Value int The index of the input contour setting item. -1 if the item is not found.

Loading…