This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbAllowInPlaceSync
);
[C++] Parameters pbAllowInPlaceSync [in]
pbAllowInPlaceSync is a parameter of type bool pbAllowInPlaceSync [out, retval]
pbAllowInPlaceSync is a parameter of type bool*