2024 Method
Changes 4
M

DGNExportOptions.GetPredefinedOptions

Description:
Returns an instance DGNExportOptions containing settings from a predefined export setup.
public static DGNExportOptions GetPredefinedOptions(
	Document document,
	string setup
)
  • document
    A Revit project document to retrieve the setup from.
  • String
    setup
    The name of a predefined export setup from the specified document.
Return Value nullNothingnullptr An instance of predefined DGNExportOptions, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if the name was not found.