com.esri.arcgis.catalog
Interface IGxObjectInternalName

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxCadDataset, GxCoverageDataset, GxDatabase, GxDataGraph, GxDataset, GxDiskConnection, GxExcelFile, GxFeatureDefinitionPackage, GxFile, GxFolder, GxGDSGeodatabase, GxGeoprocessingResult, GxLayer, GxMap, GxMetadata, GxMSDFile, GxPackage, GxPCCoverage, GxPrjFile, GxRasterDataset, GxReport, GxSDCDataset, GxShapefileDataset, GxSpatialWeightsMatrixFile, GxStreetMapDataset, GxTextFile, GxTool, GxVpfDataset, GxWCSCoverage, GxWorkspaceFolder, IGxObjectInternalNameProxy, IMSFeatureClass, IMSFeatureService, IMSImageMap, IMSMetadataService

public interface IGxObjectInternalName
extends Serializable

Provides access to members that manage the name object that the GxObject represents.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IName getInternalObjectName()
          The Name for the internal object that this GxObject represents.
 void setInternalObjectNameByRef(IName internalObjectName)
          The Name for the internal object that this GxObject represents.
 

Method Detail

getInternalObjectName

IName getInternalObjectName()
                            throws IOException,
                                   AutomationException
The Name for the internal object that this GxObject represents.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInternalObjectNameByRef

void setInternalObjectNameByRef(IName internalObjectName)
                                throws IOException,
                                       AutomationException
The Name for the internal object that this GxObject represents.

Product Availability

Available with ArcGIS Desktop.

Parameters:
internalObjectName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.