<Code Lib>
2026 Method
Changes 0
M

DGNExportOptions.GetPredefinedSetupNames

Description:
Returns a list of names of predefined setups of DGN export options.
Remarks:
To get predefined options in the desired format use the static method getPredefinedOptions defined in DGNExportOptions.

public static IList<string> GetPredefinedSetupNames(
	Document document
)

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

Loading…