com.esri.arcgis.enginecore
Interface esriGTOrientation

All Superinterfaces:
java.io.Serializable

public interface esriGTOrientation
extends java.io.Serializable

Constants from esriGTOrientation' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEngineCore.olb'

Description: 'Indicates the orientation mode of the graphic (only applies to points).' 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 esriGTOrientationAutomatic
          Orients the graphic automatically in order to keep it billboarded.
static int esriGTOrientationFixed
          Orients the graphic according to values supplied to the SetPointOrientation method.
 

Field Detail

esriGTOrientationAutomatic

static final int esriGTOrientationAutomatic
Orients the graphic automatically in order to keep it billboarded.

See Also:
Constant Field Values

esriGTOrientationFixed

static final int esriGTOrientationFixed
Orients the graphic according to values supplied to the SetPointOrientation method.

See Also:
Constant Field Values