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


IKmlLayer.MinimumRefreshInterval 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.MinimumRefreshInterval Property
ArcGIS Developer Help

IKmlLayer.MinimumRefreshInterval Property

Minimun Refresh interval in seconds.

[Visual Basic .NET]
Public ReadOnly Property MinimumRefreshInterval As Integer
[C#]
public int MinimumRefreshInterval {get;}
[C++]
HRESULT get_MinimumRefreshInterval(
  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 minimum 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