M

IFCCategoryTemplate.Create

Description:
Create a IFC category mapping template with default values.
public static IFCCategoryTemplate Create(
	Document document,
	string name
)
  • document
    Document where created mapping template is saved.
  • name
    The name specified to this mapping template.
Return Value IFCCategoryTemplate The new mapping template instance.