Revit 2025.3 API
Curve |
Returns the curve loops of the profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public CurveArrArray Profile { get; set; }
Public Property Profile As CurveArrArray Get Set
public: property CurveArrArray^ Profile { CurveArrArray^ get (); void set (CurveArrArray^ value); }
member Profile : CurveArrArray with get, set
Property Value
CurveArrArray
This property is used to retrieve the curve loops of profile.
See Also