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


IRasterPyramid.MinimumSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppVal is a parameter of type IPnt ppVal [in]
ppVal is a parameter of type IPnt

Product Availability

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

See Also

IRasterPyramid Interface