A method called when the family was found in the target document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
bool OnFamilyFound( bool familyInUse, out bool overwriteParameterValues )
Parameters
- 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
BooleanReturn true to continue loading the family, false to cancel.