Share

DividedPath.DisplayReferenceCurves Property

Controls whether the curves in the 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 DisplayReferenceCurves { get; set; }

Property Value

Boolean

Remarks

If true the references that represent the curves will not be hidden. If false the references that represent the curves may be hidden Only references that are curve elements can be hidden If multiple divided paths reference a curve element then the curve element is not hidden unless all divided paths request that it be hidden.

See Also

Reference

Was this information helpful?