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


IAddRastersParameters.AllowInPlaceSync Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAddRastersParameters.AllowInPlaceSync Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAddRastersParameters Interface