com.esri.arcgis.trackinganalyst
Interface IMetaDataEditor

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMetaDataEditorProxy

public interface IMetaDataEditor
extends Serializable

Provides access to properties that the standard message def editor uses to control how meta data is processed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 boolean isDisableColumnEditing()
          Indicates whether the meta data editor will take over editing the DatasetDef columns.
 boolean isModifiesDataDefProps()
          Indicates whether the meta data editor will change Datasetdef properties other than the meta data property.
 

Method Detail

isModifiesDataDefProps

boolean isModifiesDataDefProps()
                               throws IOException,
                                      AutomationException
Indicates whether the meta data editor will change Datasetdef properties other than the meta data property.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
The pbvarModifiesDataDefProps
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDisableColumnEditing

boolean isDisableColumnEditing()
                               throws IOException,
                                      AutomationException
Indicates whether the meta data editor will take over editing the DatasetDef columns.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
The pbvarDisableColumnEditing
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.