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


IAddRastersParameters.AllowInPlaceSync Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAddRastersParameters Interface > IAddRastersParameters.AllowInPlaceSync Property
ArcGIS Developer Help

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(
  Boolean* pbAllowInPlaceSync
);
[C++]
Parameters
pbAllowInPlaceSync [in]

pbAllowInPlaceSync is a parameter of type bool pbAllowInPlaceSync [out, retval]
pbAllowInPlaceSync is a parameter of type bool*

Product Availability

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

See Also

IAddRastersParameters Interface