<Code Lib>
2023 Method
Changes 0
M

ExportDWGSettings.GetActivePredefinedSettings

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

public static ExportDWGSettings GetActivePredefinedSettings(
	Document aDoc
)

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

Loading…