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


IGlobeLayerProperties2.EstimateMinimumCellSize Method (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.EstimateMinimumCellSize Method
ArcGIS Developer Help

IGlobeLayerProperties2.EstimateMinimumCellSize Method

Suggests the minimum cell size for rasterization.

[Visual Basic .NET]
Public Sub EstimateMinimumCellSize ( _
    ByRef minCellsize As Double _
)
[C#]
public void EstimateMinimumCellSize (
    ref double minCellsize
);
[C++]
HRESULT EstimateMinimumCellSize(
  System.Double* minCellsize
);
[C++]
Parameters
minCellsize [out]

minCellsize is a parameter of type double*

Product Availability

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

See Also

IGlobeLayerProperties2 Interface