IFCCategoryTemplate.FindByName
Method
Description:
Returns mapping template element by name.
Returns mapping template element by 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 |