com.esri.arcgis.enginecore
Interface esriGTOrientation

All Superinterfaces:
Serializable

public interface esriGTOrientation
extends Serializable

Indicates the orientation mode of the graphic (only applies to points).


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