IFamilyLoadOptions.OnSharedFamilyFound
Description:
A method called when the shared family was found in the target document.
A method called when the shared 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 OnSharedFamilyFound(
Family sharedFamily,
bool familyInUse,
out FamilySource source,
out bool overwriteParameterValues
)
-
sharedFamilyThe shared family in the current family document.
-
familyInUseIndicates if one or more instances of the family is placed in the project.
-
sourceThis indicates if the family will load from the project or the current family.
-
overwriteParameterValuesThis indicates whether or not to overwrite the parameter values of existing types.
Return Value
bool
Return true to continue loading the family, false to cancel.