| Revit 2019.2 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: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public CurveArray Curves { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Curves As CurveArray Get |
| Visual C++ |
|---|
public: property CurveArray^ Curves { CurveArray^ get (); } |