DGNExportOptions.GetPredefinedOptions
Description:
Returns an instance DGNExportOptions containing settings from a predefined export setup.
Returns an instance DGNExportOptions containing settings from a predefined export setup.
public static DGNExportOptions GetPredefinedOptions(
Document document,
string setup
)
-
documentA Revit project document to retrieve the setup from.
-
StringsetupThe name of a predefined export setup from the specified document.
Return Value
DGNExportOptions
An instance of predefined DGNExportOptions, or if the name was not found.
-
document is not a project document.
-
A non-optional argument was null