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


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

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(
  System.Int32* 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