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


IKmlChildNodes.KmlNodeCount Property (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 > IKmlChildNodes.KmlNodeCount Property
ArcGIS Developer Help

IKmlChildNodes.KmlNodeCount Property

Get the count of KmlNodes.

[Visual Basic .NET]
Public ReadOnly Property KmlNodeCount As Integer
[C#]
public int KmlNodeCount {get;}
[C++]
HRESULT get_KmlNodeCount(
  System.Int32* pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type long*

Product Availability

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

Description

This property returns the count of the number of KML nodes in the collection

See Also

IKmlChildNodes Interface