Hallo, ich schon wieder :-)
ich bekomme den Fehler "Der Typ Xml.XmlDocument ist nicht definiert"
Warum?!
NX5
Code:
Option Explicit On
Imports System
Imports System.Math
Imports NXOpen
Imports NXOpen.UF
Imports System.Xml
Module ReadPX5CSV
Dim theSession As Session = Session.GetSession()
Sub Main()
Dim workPart As Part = theSession.Parts.Work
Dim displayPart As Part = theSession.Parts.Display
Dim BVX As Xml.XmlDocument = Nothing
....
End Module
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP