This document is archived and information here might be outdated. Recommended version. |
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*
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.