Revit 2026 API
View |
True to enable hidden lines. False to disable showing them.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ShowHiddenLinesValues ShowHiddenLines { get; set; }
Public Property ShowHiddenLines As ShowHiddenLinesValues Get Set
public: property ShowHiddenLinesValues ShowHiddenLines { ShowHiddenLinesValues get (); void set (ShowHiddenLinesValues value); }
member ShowHiddenLines : ShowHiddenLinesValues with get, set
Property Value
ShowHiddenLinesValues| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also