RebarFreeFormCreationResult.Rebar Property

RebarFreeFormCreationResultRebar Property

Identifies the created Rebar. If the error code is Success, then it will be a valid rebar, otherwise it will be a Rebar.

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

Property Value

Rebar
See Also