FormConstrainProfiles Method |
Constrain form profiles using the specified profile as primary. This is an advanced version of property "AreProfilesConstrained", allowing specify the primary profile.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void ConstrainProfiles(
int primaryProfileIndex
)
Public Sub ConstrainProfiles (
primaryProfileIndex As Integer
)
public:
void ConstrainProfiles(
int primaryProfileIndex
)
member ConstrainProfiles :
primaryProfileIndex : int -> unit
Parameters
- primaryProfileIndex Int32
- Index to specify the profile used as primary profile.
Exceptions
See Also