<Code Lib>
2020 Method
Changes 0
M

ExportDGNSettings.GetActivePredefinedSettings

Description:
Returns the active pre-defined non-in-session exporting settings for DGN in the given document.

public static ExportDGNSettings GetActivePredefinedSettings(
	Document aDoc
)

Return Value ExportDGNSettings The active pre-defined exporting settings for DGN, or null if nothing pre-defined exists or the in-session settings is selected.

Loading…