This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.MinimumCellSize Property (ArcObjects .NET 10.4 SDK) |
Minimum cell size for rasters, in meters.
[Visual Basic .NET] Public Property MinimumCellSize As Double
[C#] public double MinimumCellSize {get; set;}
[C++]
HRESULT get_MinimumCellSize(
double* pMinCellSize
);
[C++]
HRESULT put_MinimumCellSize(
double pMinCellSize
);
[C++]
Parameters pMinCellSize [out, retval] pMinCellSize is a parameter of type double pMinCellSize [in] pMinCellSize is a parameter of type double