GetImportOption method


Your Ad Here


Topsolid online Help Index

Created : v6.5

 

String = IApplication.GetImportOption(Extension, Name)

Description

This method gets the value of an option of one of the available import translators.

Parameters

IN:

 

String Extension

 

Extension of files managed by the translator.

IN:

String Name

Name of the option to get.

 

RET:

String

Option current value.

 

Remarks

See IApplication.SetImportOption for the list of supported options.

Example

Dim value As String

 

value = App.GetImportOption("dxf", "Unit")

 

Topsolid online Help Index

Your Ad Here