ArcObjects Library Reference (Carto)  

IBasemapLayer.HasSufficientMemory Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBasemapLayer Interface