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


IGlobeLayerProperties.MinimumCellSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.MinimumCellSize Property
ArcGIS Developer Help

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(
  System.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