ArcObjects Library Reference (System)  

IXMLReader.IsLastChild Property

Indicates whether the current element is the last child element of its parent.

[Visual Basic .NET]
Public ReadOnly Property IsLastChild As Boolean
[C#]
public bool IsLastChild {get;}
[C++]
HRESULT get_IsLastChild(
  VARIANT_BOOL* isLast
);
[C++]

Parameters

isLast [out, retval]   isLast is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLReader Interface