BeamSystem.Profile Property

BeamSystemProfile Property

Retrieve or set the profile of the BeamSystem.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public CurveArray Profile { get; set; }
Public Property Profile As CurveArray
	Get
	Set
public:
property CurveArray^ Profile {
	CurveArray^ get ();
	void set (CurveArray^ value);
}
member Profile : CurveArray with get, set

Property Value

CurveArray
See Also