RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.DeleteProfile

Method
Description:
Delete a profile of the form.
Syntax
public void DeleteProfile(
	int profileIndex
)
Parameters
Parameter Type Description
profileIndex Int32 Index to specify the profile.
Return Value