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


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

IGlobeLayerProperties2.MinimumCellSizeDegrees Property

Minimum cell size for rasters, in degrees.

[Visual Basic .NET]
Public Property MinimumCellSizeDegrees As Double
[C#]
public double MinimumCellSizeDegrees {get; set;}
[C++]
HRESULT get_MinimumCellSizeDegrees(
  System.Double* pMinCellSize
);
[C++]
HRESULT put_MinimumCellSizeDegrees(
  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

IGlobeLayerProperties2 Interface