Revit 2025.3 API
Revolved |
Axis of the revolved surface. This is the Z axis of the local coordinate system associated with this revolved surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ Axis { get; }
Public ReadOnly Property Axis As XYZ Get
public: property XYZ^ Axis { XYZ^ get (); }
member Axis : XYZ with get
Property Value
XYZSee Also