Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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
I think your last parameter is wrong. It should be LayerImportFilter or null not empty string.