This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.IsLastChild Property (ArcObjects .NET 10.5 SDK) |
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