Get/set if the form's profiles are constrained.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AreProfilesConstrained { get; set; }Property Value
Boolean
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
When setting this property to 'true'
This operation can only be performed on a swept blend form.
|
See Also
Reference