Share

DividedPath.DisplayNodeNumbers Property

Controls whether the node numbers are shown when the divided path is selected


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

Syntax

C#

public bool DisplayNodeNumbers { get; set; }

Property Value

Boolean

Remarks

If true the divided path will show the number of each node when the divided path is selected. If false the node numbers are hidden.

See Also

Reference

Was this information helpful?