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


IRasterTypeProperties2.AllowSimplification Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties2.AllowSimplification Property

Indicates whether the function raster datasets generated by the raster type should be simplified before being added to the mosaic dataset by 'AddRasters' or 'SynchronizeItems' operations.

[Visual Basic .NET]
Public Property AllowSimplification As Boolean
[C#]
public bool AllowSimplification {get; set;}
[C++]
HRESULT get_AllowSimplification(
  VARIANT_BOOL* pbAllowSimplification
);
[C++]
HRESULT put_AllowSimplification(
  VARIANT_BOOL pbAllowSimplification
);
[C++]

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

Product Availability

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

See Also

IRasterTypeProperties2 Interface