com.esri.arcgis.controls
Interface esriARViewType

All Superinterfaces:
java.io.Serializable

public interface esriARViewType
extends java.io.Serializable

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

Description: 'View type options.' 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 esriARViewTypeMap
          Map view.
static int esriARViewTypeNone
          No valid view.
static int esriARViewTypePageLayout
          PageLayout view.
 

Field Detail

esriARViewTypeNone

static final int esriARViewTypeNone
No valid view.

See Also:
Constant Field Values

esriARViewTypePageLayout

static final int esriARViewTypePageLayout
PageLayout view.

See Also:
Constant Field Values

esriARViewTypeMap

static final int esriARViewTypeMap
Map view.

See Also:
Constant Field Values