M

IFCCategoryTemplate.FindByName

Description:
Returns mapping template element by name.
public static IFCCategoryTemplate FindByName(
	Document document,
	string name
)
  • document
    The document to find the mapping template with the specified name.
  • String
    name
    Name of the mapping template to find.
Return Value IFCCategoryTemplate The mapping template element, or if not found.