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


IRasterAnalysisGDBEnvironment.GlobeOptimized Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* GlobeOptimized
);
[C++]

Parameters GlobeOptimized [in]
GlobeOptimized is a parameter of type bool GlobeOptimized [out, retval]
GlobeOptimized is a parameter of type bool*

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface