com.esri.arcgis.schematic
Interface INgName

All Superinterfaces:
Serializable
All Known Implementing Classes:
INgNameProxy, NgName

public interface INgName
extends Serializable

Provides access to members that control the names.

Product Availability

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


Method Summary
 String getName()
          Identifier.
 void setName(String pVal)
          Identifier.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Identifier.

Product Availability

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

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

setName

void setName(String pVal)
             throws IOException,
                    AutomationException
Identifier.

Product Availability

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

Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.