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

Form.IsReferenceOnlyProfile

Method
Description:
Tell if the profile is made by referencing existing geometry in the Revit model.
Syntax
public bool IsReferenceOnlyProfile(
	int profileIndex
)
Parameters
Parameter Type Description
profileIndex Int32 Index to specify the profile to be checked.
Return Value