DividedPathDisplayNodes Property

Controls whether the points of the divided path are visible

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool DisplayNodes { get; set; }

Property Value

Boolean
Remarks
If true the nodes of the divided path are visible. If false the nodes are hidden.
See Also