Share

MultiplanarOption Enumeration

Input argument type for Rebar.GetCenterlineCurves method. Controls whether all curves of a multi-planar Rebar element are returned by GetCenterlineCurves, or only the curves in the primary plane.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum MultiplanarOption

Members

Member nameValueDescription
IncludeAllMultiplanarCurves0 Include all curves.
IncludeOnlyPlanarCurves1 Include only curves which lie in the Rebar's primary plane.

See Also

Reference

Was this information helpful?