ContourSettingItemType Enumeration


Contour Setting Item Type Enumeration

The type of a ContourSettingItem

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum ContourSettingItemType
Members
Member name Value Description
BoundedRange 2 The item contains contour lines in a bounded range.
Single 0 The item only contains a single contour line.
UnboundedRange 1 The item contains contour lines in an unbounded range.
See Also