2020 Method
Changes 0
M

Document.LoadFamilySymbol

Description:
Loads only the specified family type/symbol from a family file into the document and provides a reference to the loaded family symbol.
Remarks:
This function supports loading of types/symbols stored in the family, or those available in the family Type Catalog file.
Overloads (3):
LoadFamilySymbol(String,String,IFamilyLoadOptions,FamilySymbol)
public bool LoadFamilySymbol(
	string filename,
	string name,
	IFamilyLoadOptions familyLoadOptions,
	out FamilySymbol symbol
)
Return Value bool True if the family type/symbol was loaded successfully into the project, otherwise False.