com.esri.arcgis.system
Interface IShortcutName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IShortcutNameProxy, ShortcutName

public interface IShortcutName
extends java.io.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

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

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

setTargetNameByRef

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

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