cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are aware of an issue causing intermittent login problems for some users following a recent update. Learn More

Translate the entire conversation x

VB API program to import neutral file

ms-6
6-Contributor

VB API program to import neutral file

Hi all,

I am trying  to import neutral file(igs) using api, I get error as INVALID VARIANT TYPE

Try

            session.ImportNewModel("C:\4021B30hs.igs", EpfcNewModelImportType.EpfcIMPORT_NEW_IGES, EpfcModelType.EpfcMDL_ASSEMBLY, "vv", "")

Catch ex As Exception

            MsgBox(ex.Message.ToString + Chr(13) + ex.StackTrace.ToString)

End Try

1 REPLY 1
sjuraj
15-Moonstone
(To:ms-6)

I think your last parameter is wrong. It should be LayerImportFilter or null not empty string.

Announcements


Top Tags