Updates the given metadata property set with the current tool extension properties.
[Visual Basic .NET] Public Sub SynchronizeMetadata ( _ ByVal action As esriMetadataSyncAction, _ ByVal Interval As Integer, _ ByVal Metadata As IPropertySet _ )
[C#] public void SynchronizeMetadata ( esriMetadataSyncAction action, int Interval, IPropertySet Metadata );
[C++]
HRESULT SynchronizeMetadata(
esriMetadataSyncAction action,
long Interval,
IPropertySet* Metadata
);
[C++]Parameters
action [in]action is a parameter of type esriMetadataSyncAction
Interval [in] Interval is a parameter of type long Metadata [in]Metadata is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.