This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapLayer Interface > IBasemapLayer.HasSufficientMemory Method (ArcObjects .NET 10.4 SDK) |
Returns if there is sufficient memory available for the Basemap Layer.
[Visual Basic .NET] Public Function HasSufficientMemory ( _ ByVal numberOfAdditionalBasemapLayers As Integer _ ) As Boolean
[C#] public bool HasSufficientMemory ( int numberOfAdditionalBasemapLayers );
[C++]
HRESULT HasSufficientMemory(
Long numberOfAdditionalBasemapLayers,
VARIANT_BOOL* flag
);
[C++]
Parameters numberOfAdditionalBasemapLayers [in] numberOfAdditionalBasemapLayers is a parameter of type Long flag [out, retval] flag is a parameter of type VARIANT_BOOL