Document.LoadFamily
Description:
Loads an entire family and all its types/symbols into the document and provides a reference to the loaded family.
Loads an entire family and all its types/symbols into the document and provides a reference to the loaded family.
Remarks:
Loading an entire family may take a considerable amount of time and memory. It is recommended that you use one of the LoadFamilySymbol() methods and only load those symbols that you need.
Overloads (5):
public bool LoadFamily(
string filename,
out Family family
)
-
Thrown when filename isor empty.