The ediInterchange object represents the interchange semantic entity.
Methods
Properties
Example
Dim oEdiDoc As Fredi.ediDocument
Dim oInterchange as Fredi.ediInterchange
Dim oGroup as Fredi.ediGroup
Dim oTransactionSet as Fredi.ediTransactionSetSet oEdiDoc = new Fredi.ediDocument
Set oInterchange = oEdiDoc.CreateInterchange(“X”,”004010”)
Set oGroup = oInterchange.CreateGroup(“004010”)
Set oTransactionSet = oGroup.CreateTransactionSet(“810”)