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


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

IGlobeLayerProperties.MinimumCellSize Property

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

Product Availability

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

See Also

IGlobeLayerProperties Interface