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


IRasterAnalysisGDBEnvironment.GlobeOptimized Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.GlobeOptimized Property
ArcGIS Developer Help

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