<Code Lib>
2026 Method
Changes 0
M

ExportDWGSettings.ListNames

Description:
Returns a list of names of dwg/dxf export settings.

public static IList<string> ListNames(
	Document aDoc
)

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

Loading…