Get the index of a contour setting item of the current contour setting
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int GetItemIndex(
ContourSettingItem item
)
Parameters
- item ContourSettingItem
-
The contour setting item.
Return Value
Int32
The index of the input contour setting item.
-1 if the item is not found.
Exceptions
See Also
Reference