ArcObjects Library Reference (GlobeCore)  

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

IGlobeLayerProperties5 Interface