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