ArcObjects Library Reference (System)  

IXMLReader.HasElementChildren Property

Indicates whether the current element has child elements.

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

Parameters

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

Product Availability

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

See Also

IXMLReader Interface