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


IObjectMemoizer.MaximumSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IObjectMemoizer Interface > IObjectMemoizer.MaximumSize Property
ArcGIS Developer Help

IObjectMemoizer.MaximumSize Property

The maximum allowed number of objects held by the memoizer.

[Visual Basic .NET]
Public Property MaximumSize As Integer
[C#]
public int MaximumSize {get; set;}
[C++]
HRESULT get_MaximumSize(
  long pMaximumSize
);
[C++]
HRESULT put_MaximumSize(
  System.Int32* pMaximumSize
);
[C++]
Parameters
pMaximumSize [in]

pMaximumSize is a parameter of type long pMaximumSize [out, retval]
pMaximumSize is a parameter of type long*

Product Availability

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

See Also

IObjectMemoizer Interface