Revit 2025.3 API
Divided |
Controls whether the points of the divided path are visible
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool DisplayNodes { get; set; }
Public Property DisplayNodes As Boolean Get Set
public: property bool DisplayNodes { bool get (); void set (bool value); }
member DisplayNodes : bool with get, set
Property Value
Boolean
If true the nodes of the divided path are visible.
If false the nodes are hidden.
See Also