This document is archived and information here might be outdated.  Recommended version.


IXMLReader.IsLastChild Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.IsLastChild Property
ArcGIS Developer Help

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(
  Boolean* isLast
);
[C++]
Parameters
isLast [out, retval]

isLast is a parameter of type bool*

Product Availability

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

See Also

IXMLReader Interface