RVTDocs.com
Namespace: Autodesk.Revit.DB Interface: IFamilyLoadOptions

IFamilyLoadOptions.OnFamilyFound

Method
Description:
A method called when the family was found in the target document.
Remarks:
Triggered only when the family is both loaded and changed.
Syntax
bool OnFamilyFound(
	bool familyInUse,
	out bool overwriteParameterValues
)
Parameters
Parameter Type Description
familyInUse Boolean Indicates if one or more instances of the family is placed in the project.
overwriteParameterValues Boolean This determines whether or not to overwrite the parameter values of existing types. The default value is false.
Return Value
Type Description
Boolean Return true to continue loading the family, false to cancel.