2027 Interface
Changes 0
I

IFamilyLoadOptions

Description:
An interface class which provide the callback for family load options.
Remarks:

If the family is not loaded, or if the family is loaded but unchanged, the situation will never trigger and OnFamilyFound(Boolean, Boolean%) and OnSharedFamilyFound(Family, Boolean, FamilySource%, Boolean%) will not be called. Only if the family is loaded and changed should the interface methods be called.

public interface IFamilyLoadOptions
Name Return Type Description
M OnFamilyFound(Boolean, Boolean%) Boolean A method called when the family was found in the target document.
M OnSharedFamilyFound(Family, Boolean, FamilySource%, Boolean%) Boolean A method called when the shared family was found in the target document.