This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterPyramid Interface > IRasterPyramid.MinimumSize Property (ArcObjects .NET 10.4 SDK) |
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