DataDirect XML Converters 5.0 Send comments on this topic.
startSegmentXML Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > IATASegment Class : startSegmentXML Method




xw
segmentTag
segmentOnly

Syntax

Visual Basic (Declaration) 
Protected Sub startSegmentXML( _
   ByVal xw As XWriter, _
   ByVal segmentTag As String, _
   ByVal segmentOnly As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As IATASegment
Dim xw As XWriter
Dim segmentTag As String
Dim segmentOnly As Boolean
 
instance.startSegmentXML(xw, segmentTag, segmentOnly)
C# 
protected void startSegmentXML( 
   XWriter xw,
   string segmentTag,
   bool segmentOnly
)
Managed Extensions for C++ 
protected: void startSegmentXML( 
   XWriter* xw,
   string* segmentTag,
   bool segmentOnly
) 
C++/CLI 
protected:
void startSegmentXML( 
   XWriter^ xw,
   String^ segmentTag,
   bool segmentOnly
) 

Parameters

xw
segmentTag
segmentOnly

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.