ConstrainProfiles Method


Constrain form profiles using the specified profile as master. This is an advanced version of property "AreProfilesConstrained", allowing specify the master profile.

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

Syntax

C#
public void ConstrainProfiles(
	int masterProfileIndex
)
Visual Basic
Public Sub ConstrainProfiles ( _
	masterProfileIndex As Integer _
)
Visual C++
public:
void ConstrainProfiles(
	int masterProfileIndex
)

Parameters

masterProfileIndex
Type: System Int32
Index to specify the profile used as master profile.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions InvalidOperationException This operation can only be performed on a swept blend form.

See Also