ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.SynchronizeParameters Property

The parameters controlling how rasters are synchronized using this raster type instance.

[Visual Basic .NET]
Public Property SynchronizeParameters As ISynchronizeParameters
[C#]
public ISynchronizeParameters SynchronizeParameters {get; set;}
[C++]
HRESULT get_SynchronizeParameters(
  ISynchronizeParameters** ppSynchronizeParameters
);
[C++]
HRESULT put_SynchronizeParameters(
  ISynchronizeParameters* ppSynchronizeParameters
);
[C++]

Parameters

ppSynchronizeParameters [out, retval]

  ppSynchronizeParameters is a parameter of type ISynchronizeParameters

ppSynchronizeParameters [in]

  ppSynchronizeParameters is a parameter of type ISynchronizeParameters

Product Availability

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

See Also

IRasterTypeProperties Interface