ArcObjects Library Reference (GlobeCore)  

ICustomGlobeLayer.MinimumCellSize Property

For rasterized types, defines highest resolution. Zero value indicates that globe-generated default value should be used.

[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

ICustomGlobeLayer Interface