<Code Lib>
2026 Method
Changes 0
M

ExportDWGSettings.Create(Document, String, DXFExportOptions)

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.

Loading…