Normal of the planar surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is obsolete in Revit 2016. Use the FaceNormal property or Face.ComputeNormal() instead.")]
public XYZ Normal { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is obsolete in Revit 2016. Use the FaceNormal property or Face.ComputeNormal() instead.")> _
Public ReadOnly Property Normal As XYZ
Get |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is obsolete in Revit 2016. Use the FaceNormal property or Face.ComputeNormal() instead.")]
public:
property XYZ^ Normal {
XYZ^ get ();
} |
Remarks
See Also