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


IRasterDefaultsEnv3.AssumeHomogeneousCatalog Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv3.AssumeHomogeneousCatalog Property

Indicates if raster catalogs can be assumed to be homogeneous.

[Visual Basic .NET]
Public Property AssumeHomogeneousCatalog As Boolean
[C#]
public bool AssumeHomogeneousCatalog {get; set;}
[C++]
HRESULT get_AssumeHomogeneousCatalog(
  VARIANT_BOOL* pHomogeneous
);
[C++]
HRESULT put_AssumeHomogeneousCatalog(
  VARIANT_BOOL pHomogeneous
);
[C++]

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

Product Availability

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

See Also

IRasterDefaultsEnv3 Interface