Share

Form.AreProfilesConstrained Property

Get/set if the form's profiles are constrained.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool AreProfilesConstrained { get; set; }

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException When setting this property to 'true' This operation can only be performed on a swept blend form.

See Also

Reference

Was this information helpful?