2027 Method
Changes 0
M

Document.LoadFamilySymbol

Description:
Loads only a specified family type/symbol from a family file into the document.
Remarks:
This function supports loading of types/symbols stored in the family, or those available in the family Type Catalog file.
public bool LoadFamilySymbol(
	string filename,
	string name
)
  • String
    filename
    The fully qualified filename of the Family file, usually ending in .rfa.
  • String
    name
    The name of the type/symbol to be loaded, such as "W11x14".
Return Value Boolean True if the family type/symbol was loaded successfully into the project, otherwise False.