ContourSettingItemType Enumeration

The type of a ContourSettingItem

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ContourSettingItemType
Members
Member nameValueDescription
BoundedRange2 The item contains contour lines in a bounded range.
Single0 The item only contains a single contour line.
UnboundedRange1 The item contains contour lines in an unbounded range.
See Also