RVTDocs.com

IFCCategoryTemplate.FindByName

Method
Description:
Returns mapping template element by name.
Syntax
public static IFCCategoryTemplate FindByName(
	Document document,
	string name
)
Parameters
Parameter Type Description
document Document The document to find the mapping template with the specified name.
name String Name of the mapping template to find.
Return Value
Type Description
IFCCategoryTemplate The mapping template element, or if not found.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null