Topsolid online Help Index
Created : v6.5
String = IApplication.GetExportOption(Extension, Name)
This method gets the value of an option of one of the available export translators.
|
IN:
|
String Extension
|
Extension of files managed by the translator. |
|
IN: |
String Name |
Name of the option to get.
|
|
RET: |
String |
Option current value.
|
See IApplication.SetExportOption for the list of supported options.
Dim value As String
value = App.GetExportOption("dxf", "Unit")
Topsolid online Help Index