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


IObjectMemoizer.MaximumSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long pMaximumSize
);
[C++]

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

Product Availability

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

See Also

IObjectMemoizer Interface