com.esri.arcgis.analyst3d
Interface esriSimple3DLineStyle

All Superinterfaces:
java.io.Serializable

public interface esriSimple3DLineStyle
extends java.io.Serializable

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

Description: 'Simple 3D line styles.' 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 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