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