com.esri.arcgis.analyst3d
Interface esriSimple3DLineStyle

All Superinterfaces:
Serializable

public interface esriSimple3DLineStyle
extends Serializable

Simple 3D line styles.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriS3DLSStrip
          The 3D line is a horizontal strip.
static int esriS3DLSTube
          The 3D line is a tube.
static int esriS3DLSWall
          The 3D line is a vertical wall.
 

Field Detail

esriS3DLSTube

static final int esriS3DLSTube
The 3D line is a tube.

See Also:
Constant Field Values

esriS3DLSStrip

static final int esriS3DLSStrip
The 3D line is a horizontal strip.

See Also:
Constant Field Values

esriS3DLSWall

static final int esriS3DLSWall
The 3D line is a vertical wall.

See Also:
Constant Field Values