com.esri.arcgis.carto
Interface ESRITPCPenType

All Superinterfaces:
Serializable

public interface ESRITPCPenType
extends Serializable

Type of Ink used by Ink Graphic.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int ETPC_Highlighter
          Stops obtaining ink from the stylus.
static int ETPC_Pen
          Starts obtaining ink from the stylus.
 

Field Detail

ETPC_Pen

static final int ETPC_Pen
Starts obtaining ink from the stylus.

See Also:
Constant Field Values

ETPC_Highlighter

static final int ETPC_Highlighter
Stops obtaining ink from the stylus.

See Also:
Constant Field Values