RebarShapeDefinition.IsPlanar Property

RebarShapeDefinitionIsPlanar Property

Reports whether the shape definition lies within a plane: false if a spiral, true in all other cases.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsPlanar { get; }
Public ReadOnly Property IsPlanar As Boolean
	Get
public:
property bool IsPlanar {
	bool get ();
}
member IsPlanar : bool with get

Property Value

Boolean
See Also