com.esri.arcgis.carto
Interface esriT3DOrientationPlane

All Superinterfaces:
java.io.Serializable

public interface esriT3DOrientationPlane
extends java.io.Serializable

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

Description: 'Text3D orientation plane.' 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 esriT3DPlaneXY
          XY plane.
static int esriT3DPlaneXZ
          XZ plane.
static int esriT3DPlaneYZ
          YZ plane.
 

Field Detail

esriT3DPlaneXY

static final int esriT3DPlaneXY
XY plane.

See Also:
Constant Field Values

esriT3DPlaneXZ

static final int esriT3DPlaneXZ
XZ plane.

See Also:
Constant Field Values

esriT3DPlaneYZ

static final int esriT3DPlaneYZ
YZ plane.

See Also:
Constant Field Values