| Revit 2017 API |
| CurveLoopsProfile..::..Profile Property |
| CurveLoopsProfile Class See Also |
Returns the curve loops of the profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public CurveArrArray Profile { get; set; } |
| Visual Basic |
|---|
Public Property Profile As CurveArrArray Get Set |
| Visual C++ |
|---|
public: property CurveArrArray^ Profile { CurveArrArray^ get (); void set (CurveArrArray^ value); } |
Remarks
This property is used to retrieve the curve loops of profile.