com.esri.arcgis.geodatabase
Interface IMetadataEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
AGSServerObjectName, CacheRasterDatasetName, CadastralFabric, CadastralFabricName, CadDrawingName, CoverageFeatureClassName, CoverageName, FeatureClassName, FeatureDatasetName, FgdbFeatureClassName, FgdbTableName, FunctionRasterDataset, GeometricNetwork, GeometricNetworkName, GxAGSCatalog, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer, GxCadDataset, GxCoverageDataset, GxDatabase, GxDataGraph, GxDataset, GxDiskConnection, GxExcelFile, GxFeatureDefinitionPackage, GxFile, GxFolder, GxGDSGeodatabase, GxGeoprocessingResult, GxLayer, GxMap, GxMetadata, GxMSDFile, GxPackage, GxPCCoverage, GxPrjFile, GxRasterDataset, GxReport, GxSDCDataset, GxServiceDefinition, GxShapefileDataset, GxShortcut, GxSpatialWeightsMatrixFile, GxStreetMapDataset, GxTextFile, GxTool, GxToolbox, GxVpfDataset, GxWorkspaceFolder, IMetadataEditProxy, IMSFeatureClass, IMSFeatureService, IMSImageMap, IMSMetadataService, IMSServiceName, LasDatasetName, NetCDFRasterDatasetName, NetworkDataset, NetworkDatasetName, ObjectClassName, RasterBand, RasterBandName, RasterCatalogName, RasterDataset, RasterDatasetName, RelationshipClassName, SchematicDataset, SchematicDatasetName, SchematicDiagram, SchematicDiagramClass, SchematicDiagramClassName, SchematicDiagramName, SchematicElementClass, SchematicFolder, SchematicFolderName, SchematicInMemoryFeatureClass, SearchResults, TableName, Terrain, TerrainName, Tin, TinName, Topology, TopologyName

public interface IMetadataEdit
extends Serializable

Provides access to members that provide information about whether metadata can be edited.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isCanEditMetadata()
          Indicates if metadata can be edited.
 

Method Detail

isCanEditMetadata

boolean isCanEditMetadata()
                          throws IOException,
                                 AutomationException
Indicates if metadata can be edited.

Remarks

This property is available to those objects that support metadata.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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