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


IKmlChildNodes.KmlNodeCount Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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