DataDirect XML Converters 5.0 Send comments on this topic.
GetContentData(Int32,Int32,Int32) Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > EDISegmentDetails Interface > GetContentData Method : GetContentData(Int32,Int32,Int32) Method




composite
The composite element sequence number, one-based.
subcomposite
The sub-composite element sequence number within the composite, one-based.
element
The element sequence number within the sub-composite, one-based.
Get a data value from the segment currently being processed.

Syntax

Visual Basic (Declaration) 
Overloads Function GetContentData( _
   ByVal composite As Integer, _
   ByVal subcomposite As Integer, _
   ByVal element As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim instance As EDISegmentDetails
Dim composite As Integer
Dim subcomposite As Integer
Dim element As Integer
Dim value As String
 
value = instance.GetContentData(composite, subcomposite, element)
C# 
string GetContentData( 
   int composite,
   int subcomposite,
   int element
)
Managed Extensions for C++ 
string* GetContentData( 
   int composite,
   int subcomposite,
   int element
) 
C++/CLI 
String^ GetContentData( 
   int composite,
   int subcomposite,
   int element
) 

Parameters

composite
The composite element sequence number, one-based.
subcomposite
The sub-composite element sequence number within the composite, one-based.
element
The element sequence number within the sub-composite, one-based.

Return Value

The element content at the specified location, or null if nothing exists there.

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.