Normal Property


A unit-length vector normal to the plane of the rebar

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since: 2009

Syntax

C#
[ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().Normal property instead.")]
public XYZ Normal { get; }
Visual Basic
<ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().Normal property instead.")> _
Public ReadOnly Property Normal As XYZ
	Get
Visual C++
[ObsoleteAttribute(L"This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().Normal property instead.")]
public:
property XYZ^ Normal {
	XYZ^ get ();
}

Exceptions

Exception Condition
Autodesk.Revit.Exceptions InvalidOperationException This method applies only to shape driven rebar.

See Also