<Code Lib>
M

IFCCategoryTemplate.ListNames

Description:
Returns a list of names of IFC export mapping templates.

public static IList<string> ListNames(
	Document document
)

  • document
    A Revit document to retrieve names from.
Return Value IList<String> An array of strings representing names of predefined setups.

Loading…