2027 Method
Changes 0
M

ExportDGNSettings.Create

Description:
Create DGN export settings with specified values in DGNExportOptions.
Overloads (2):
Create(Document,String,DGNExportOptions)
public static ExportDGNSettings Create(
	Document document,
	string name,
	DGNExportOptions options
)
  • document
    Document where created settings is saved.
  • String
    name
    The name specified to this settings.
  • options
    The options which will be stored in these settings.
Return Value ExportDGNSettings The new DGN export settings instance.