com.esri.arcgis.analyst3d
Interface esri3DMarkerType

All Superinterfaces:
java.io.Serializable

public interface esri3DMarkerType
extends java.io.Serializable

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

Description: 'The Esri 3D marker types.' 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 esri3DMTGeometry
          The 3D marker is defined by geometry only.
static int esri3DMTGeomMaterial
          The 3D marker is defined by geometry and material.
static int esri3DMTSimple
          The 3D marker is self defined.
 

Field Detail

esri3DMTSimple

static final int esri3DMTSimple
The 3D marker is self defined.

See Also:
Constant Field Values

esri3DMTGeometry

static final int esri3DMTGeometry
The 3D marker is defined by geometry only.

See Also:
Constant Field Values

esri3DMTGeomMaterial

static final int esri3DMTGeomMaterial
The 3D marker is defined by geometry and material.

See Also:
Constant Field Values