com.esri.arcgis.carto
Interface ESRITPCPenType

All Superinterfaces:
java.io.Serializable

public interface ESRITPCPenType
extends java.io.Serializable

Constants from ESRITPCPenType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Type of Ink used by Ink Graphic.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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