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


IGPToolExtensionGen.SynchronizeMetadata Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionGen.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

IGPToolExtensionGen Interface