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: 25.0.0.0 (25.0.0.0)
Syntax
public enum MultiplanarOption
Members
Member nameValueDescription
IncludeAllMultiplanarCurves0 Include all curves.
IncludeOnlyPlanarCurves1 Include only curves which lie in the Rebar's primary plane.
See Also