Share

DividedPath.DisplayNodes Property

Controls whether the points of the divided path are visible


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

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

Reference

Was this information helpful?