2027 Method
Changes 0
M

ExportDWGSettings.Create

Description:
Create a DWG export settings with default values.
Overloads (3):
Create(Document,String,DXFExportOptions)
public static ExportDWGSettings Create(
	Document document,
	string name,
	DXFExportOptions options
)
  • document
    Document where created settings is saved.
  • String
    name
    The name specified to this settings.
  • options
    Initialize settings by using values in DXFExportOptions.
Return Value ExportDWGSettings The new DWG export settings instance.