| Revit 2022.1 API |
| RevolvedFace..::..Radius Property |
| RevolvedFace Class See Also |
Radius of the surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public XYZ this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Radius ( _ index As Integer _ ) As XYZ Get |
| Visual C++ |
|---|
public: property XYZ^ Radius[int index] { XYZ^ get (int index); } |
Parameters
- index
- Type: System..::..Int32