This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IObjectMemoizer Interface > IObjectMemoizer.MaximumSize Property (ArcObjects .NET 10.5 SDK) |
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