This document is archived and information here might be outdated. Recommended version. |
Indicates whether catalog items are synchronized once added to the mosaic dataset.
[Visual Basic .NET] Public Property SynchronizeItems As Boolean
[C#] public bool SynchronizeItems {get; set;}
[C++]
HRESULT get_SynchronizeItems(
VARIANT_BOOL pbSynchronizeItems
);
[C++]
HRESULT put_SynchronizeItems(
Boolean* pbSynchronizeItems
);
[C++]
Parameters pbSynchronizeItems [in]
pbSynchronizeItems is a parameter of type bool pbSynchronizeItems [out, retval]
pbSynchronizeItems is a parameter of type bool*