com.esri.arcgis.editor
Interface esriZCaptureType

All Superinterfaces:
java.io.Serializable

public interface esriZCaptureType
extends java.io.Serializable

Constants from esriZCaptureType' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Method used by the editor to capture Z-values.' 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 esriCaptureCurrentZ
          Use Current Z value.
static int esriCaptureInterpolateZ
          Interpolate Z value.
static int esriCaptureSurfaceZ
          Derive Z value from surface.
 

Field Detail

esriCaptureCurrentZ

static final int esriCaptureCurrentZ
Use Current Z value.

See Also:
Constant Field Values

esriCaptureInterpolateZ

static final int esriCaptureInterpolateZ
Interpolate Z value.

See Also:
Constant Field Values

esriCaptureSurfaceZ

static final int esriCaptureSurfaceZ
Derive Z value from surface.

See Also:
Constant Field Values