DataDirect XML Converters 5.0 Send comments on this topic.
writeBackmappingAttributes(XWriter,Int32,Int32,Int32,Int32,Int32) Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > IATASegment Class > writeBackmappingAttributes Method : writeBackmappingAttributes(XWriter,Int32,Int32,Int32,Int32,Int32) Method




xw
pos
sub
tri
rep
offset

Syntax

Visual Basic (Declaration) 
Protected Overloads Sub writeBackmappingAttributes( _
   ByVal xw As XWriter, _
   ByVal pos As Integer, _
   ByVal sub As Integer, _
   ByVal tri As Integer, _
   ByVal rep As Integer, _
   ByVal offset As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As IATASegment
Dim xw As XWriter
Dim pos As Integer
Dim sub As Integer
Dim tri As Integer
Dim rep As Integer
Dim offset As Integer
 
instance.writeBackmappingAttributes(xw, pos, sub, tri, rep, offset)
C# 
protected void writeBackmappingAttributes( 
   XWriter xw,
   int pos,
   int sub,
   int tri,
   int rep,
   int offset
)
Managed Extensions for C++ 
protected: void writeBackmappingAttributes( 
   XWriter* xw,
   int pos,
   int sub,
   int tri,
   int rep,
   int offset
) 
C++/CLI 
protected:
void writeBackmappingAttributes( 
   XWriter^ xw,
   int pos,
   int sub,
   int tri,
   int rep,
   int offset
) 

Parameters

xw
pos
sub
tri
rep
offset

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.