ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.GlobeOptimized Property

Indicates if the globe optimized type in the RasterAnalysis.

[Visual Basic .NET]
Public Property GlobeOptimized As Boolean
[C#]
public bool GlobeOptimized {get; set;}
[C++]
HRESULT get_GlobeOptimized(
  VARIANT_BOOL* GlobeOptimized
);
[C++]
HRESULT put_GlobeOptimized(
  VARIANT_BOOL GlobeOptimized
);
[C++]

Parameters

GlobeOptimized [out, retval]   GlobeOptimized is a parameter of type VARIANT_BOOL GlobeOptimized [in]   GlobeOptimized is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface