Revit 2022 API |
Profile..::..Curves Property |
Profile Class See Also |
Retrieve the curves that make up the boundary of the profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public CurveArray Curves { get; } |
Visual Basic |
---|
Public ReadOnly Property Curves As CurveArray Get |
Visual C++ |
---|
public: property CurveArray^ Curves { CurveArray^ get (); } |