com.esri.arcgis.carto
Interface esriT3DOrientationPlane

All Superinterfaces:
Serializable

public interface esriT3DOrientationPlane
extends Serializable

Text3D orientation plane.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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