Axis of the surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public XYZ Axis { get; } |
Visual Basic |
---|
Public ReadOnly Property Axis As XYZ
Get |
Visual C++ |
---|
public:
property XYZ^ Axis {
XYZ^ get ();
} |
See Also