RebarFreeFormAccessor.RebarStyle Property

RebarFreeFormAccessorRebarStyle Property

Identifies the RebarStyle of the current Rebar element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarStyle RebarStyle { get; set; }
Public Property RebarStyle As RebarStyle
	Get
	Set
public:
property RebarStyle RebarStyle {
	RebarStyle get ();
	void set (RebarStyle value);
}
member RebarStyle : RebarStyle with get, set

Property Value

RebarStyle
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also