ArcObjects Library Reference (GlobeCore)  

IKmlLayer.MaximumRefreshInterval Property

Maximun Refresh interval in seconds.

[Visual Basic .NET]
Public ReadOnly Property MaximumRefreshInterval As Integer
[C#]
public int MaximumRefreshInterval {get;}
[C++]
HRESULT get_MaximumRefreshInterval(
  long* pInterval
);
[C++]

Parameters

pInterval [out, retval]   pInterval is a parameter of type long

Product Availability

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

Description

The KML nodes may have a "<refreshInterval>" tag in the KML file. This method would return the maximum refresh interval value (in seconds) from amongst all the KML nodes in the KML layer.
If none of the nodes has the "<refreshInterval>" tag then the function would return 0.

See Also

IKmlLayer Interface