Check if a ContourSettingItem is enabled
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsItemEnabled(
ContourSettingItem item
)
Parameters
- item ContourSettingItem
-
The contour setting item.
Return Value
Boolean
True if the item is enabled, false otherwise.
Exceptions
See Also
Reference