<Code Lib>
2020 Method
Changes 4
M

DWGExportOptions.GetPredefinedOptions

Description:
Returns an instance DWGExportOptions containing settings from a predefined export setup.

public static DWGExportOptions GetPredefinedOptions(
	Document document,
	string setup
)

Return Value nullNothingnullptr An instance of predefined DWGExportOptions, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if the name was not found.

Loading…