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