Share

IFCCategoryTemplate.ListNames Method

Returns a list of names of IFC export mapping templates.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static IList<string> ListNames(
	Document document
)

Parameters

document  Document
A Revit document to retrieve names from.

Return Value

IList<String>
An array of strings representing names of predefined setups.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?