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


IGlobeLayerProperties2.EstimateMinimumCellSize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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