Revit 2025.3 API
FormAre |
Get/set if the form's profiles are constrained.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool AreProfilesConstrained { get; set; }
Public Property AreProfilesConstrained As Boolean Get Set
public: property bool AreProfilesConstrained { bool get (); void set (bool value); }
member AreProfilesConstrained : bool with get, set
Property Value
Boolean| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property to 'true' This operation can only be performed on a swept blend form. |
See Also