DocumentLoadFamily Method

Loads a family and all its types/symbols into the document.
Overload List
 NameDescription
Public methodLoadFamily(Document) Loads the contents of this family document into another document.
Public methodLoadFamily(String)Loads an entire family and all its types/symbols into the document.
Public methodLoadFamily(Document, IFamilyLoadOptions) Loads the contents of this family document into another document.
Public methodCode exampleLoadFamily(String, Family)Loads an entire family and all its types/symbols into the document and provides a reference to the loaded family.
Public methodLoadFamily(String, IFamilyLoadOptions, Family)Loads an entire family and all its types/symbols into the document and provides a reference to the loaded family.
Top
See Also