Axis of the surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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