Retrieve or set the profile of the BeamSystem.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public CurveArray Profile { get; set; } |
| Visual Basic |
|---|
Public Property Profile As CurveArray Get Set |
| Visual C++ |
|---|
public: property CurveArray^ Profile { CurveArray^ get (); void set (CurveArray^ value); } |