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(
  long* 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