2027 Method
Changes 0
M

ImporterIFCUtils.CreateEmptyFamily

Description:
Creates an empty family of a given category.
public static ElementId CreateEmptyFamily(
	ImporterIFC importerIFC,
	Document aDoc,
	ElementId catId,
	string familyName
)
  • importerIFC
    The importer.
  • aDoc
    The document to create the family.
  • catId
    The category id.
  • String
    familyName
    The family name.
Return Value ElementId The created family id.