RebarShape.SimpleArc Property

RebarShapeSimpleArc Property

Check whether this shape consists of a single arc, possibly with hooks.

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

Property Value

Boolean
See Also