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


IGlobeLayerInfo.MinimumCellSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.MinimumCellSize Property

Minimum cell size for rasters, in meters.

[Visual Basic .NET]
Public ReadOnly Property MinimumCellSize As Double
[C#]
public double MinimumCellSize {get;}
[C++]
HRESULT get_MinimumCellSize(
  double* pMinCellSize
);
[C++]

Parameters pMinCellSize [out, retval] pMinCellSize is a parameter of type double

Product Availability

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

See Also

IGlobeLayerInfo Interface