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


IGPToolExtension.SynchronizeMetadata Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtension Interface > IGPToolExtension.SynchronizeMetadata Method
ArcGIS Developer Help

IGPToolExtension.SynchronizeMetadata Method

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.

See Also

IGPToolExtension Interface