This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties2 Interface > IRasterTypeProperties2.AllowSimplification Property (ArcObjects .NET 10.4 SDK) |
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