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




xw
pos
sub
tri
flat3

Syntax

Visual Basic (Declaration) 
Protected Overloads Sub writeFieldComment( _
   ByVal xw As XWriter, _
   ByVal pos As Integer, _
   ByVal sub As Integer, _
   ByVal tri As Integer, _
   ByVal flat3 As Boolean _
) 
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 flat3 As Boolean
 
instance.writeFieldComment(xw, pos, sub, tri, flat3)
C# 
protected void writeFieldComment( 
   XWriter xw,
   int pos,
   int sub,
   int tri,
   bool flat3
)
Managed Extensions for C++ 
protected: void writeFieldComment( 
   XWriter* xw,
   int pos,
   int sub,
   int tri,
   bool flat3
) 
C++/CLI 
protected:
void writeFieldComment( 
   XWriter^ xw,
   int pos,
   int sub,
   int tri,
   bool flat3
) 

Parameters

xw
pos
sub
tri
flat3

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.