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


IKmlChildNodes Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlChildNodes Interface
ArcGIS Developer Help

IKmlChildNodes Interface

KML Child Nodes.

Product Availability

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

Description

IKmlChildNodes is supported by KmlLayer coclass and also by IKmlNode.

So using IKmlChildNodes you can get access to the collection of child nodes for a KmlLayer or the collection of child nodes of a KML node(IKmlNode) itself.

Members

Name Description
Read-only property KmlNode Get the KmlNodes at index
Read-only property KmlNodeCount Get the count of KmlNodes

Classes that implement IKmlChildNodes

Classes Description