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


IRasterPyramid.MinimumSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterPyramid Interface > IRasterPyramid.MinimumSize Property
ArcGIS Developer Help

IRasterPyramid.MinimumSize Property

The minimum raster pyramid size.

[Visual Basic .NET]
Public Property MinimumSize As IPnt
[C#]
public IPnt MinimumSize {get; set;}
[C++]
HRESULT get_MinimumSize(
  IPnt* ppVal
);
[C++]
HRESULT put_MinimumSize(
  IPnt** ppVal
);
[C++]
Parameters
ppVal [in]

ppVal is a parameter of type IPnt* ppVal [out, retval]
ppVal is a parameter of type IPnt**

Product Availability

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

See Also

IRasterPyramid Interface