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