M

IFCParameterTemplate.Create

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