com.esri.arcgis.system
Interface IShortcutName

All Superinterfaces:
Serializable
All Known Implementing Classes:
ShortcutName

public interface IShortcutName
extends Serializable

Provides access to members that define the target for the shortcut name.

Product Availability

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


Method Summary
 IName getTargetName()
          The value of the TargetName property.
 void setTargetNameByRef(IName ppTargetName)
          The value of the TargetName property.
 

Method Detail

getTargetName

IName getTargetName()
                    throws IOException,
                           AutomationException
The value of the TargetName property.

Product Availability

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

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.

setTargetNameByRef

void setTargetNameByRef(IName ppTargetName)
                        throws IOException,
                               AutomationException
The value of the TargetName property.

Product Availability

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

Parameters:
ppTargetName - 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.