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


IRasterTypeProperties2.AllowSimplification Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties2 Interface > IRasterTypeProperties2.AllowSimplification Property
ArcGIS Developer Help

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