This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAddRastersParameters Interface > IAddRastersParameters.AllowInPlaceSync Property (ArcObjects .NET 10.4 SDK) |
Inidicates whether to allow items to be build as soon as they are added to the mosaic dataset (as long as the raster type allows in-place synchronization).
[Visual Basic .NET] Public Property AllowInPlaceSync As Boolean
[C#] public bool AllowInPlaceSync {get; set;}
[C++]
HRESULT get_AllowInPlaceSync(
VARIANT_BOOL* pbAllowInPlaceSync
);
[C++]
HRESULT put_AllowInPlaceSync(
VARIANT_BOOL pbAllowInPlaceSync
);
[C++]
Parameters pbAllowInPlaceSync [out, retval] pbAllowInPlaceSync is a parameter of type VARIANT_BOOL pbAllowInPlaceSync [in] pbAllowInPlaceSync is a parameter of type VARIANT_BOOL