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


IRasterTypeProperties2.AllowSimplification Property (ArcObjects .NET 10.6 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(
  Boolean* pbAllowSimplification
);
[C++]

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

Product Availability

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

See Also

IRasterTypeProperties2 Interface