This document is archived and information here might be outdated. Recommended version. |
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*