Revit 2026 API
Cylindrical |
Radii of the surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ this[ int index ] { get; }
Public ReadOnly Property Radius ( index As Integer ) As XYZ Get
public: property XYZ^ Radius[int index] { XYZ^ get (int index); }
member Radius : XYZ with get
Parameters
- index Int32
Property Value
XYZSee Also