LoadFamily Method


Loads a family and all its types/symbols into the document.

Overload List

  NameDescription
Public methodLoadFamily(String)
Loads an entire family and all its types/symbols into the document.
Public methodLoadFamily(Document)
Loads the contents of this family document into another document.
Public methodLoadFamily(String, Family)
Loads an entire family and all its types/symbols into the document and provides a reference to the loaded family.
Public methodLoadFamily(Document, IFamilyLoadOptions)
Loads the contents of this family document into another document.
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.

See Also