com.esri.arcgis.geodatabaseextensions
Interface esriLasClassFlagEditType

All Superinterfaces:
java.io.Serializable

public interface esriLasClassFlagEditType
extends java.io.Serializable

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

Description: 'LAS classification flag edit type.' 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 esriLasClassFlagClear
          Clear flag.
static int esriLasClassFlagNoChange
          No change.
static int esriLasClassFlagSet
          Set flag.
 

Field Detail

esriLasClassFlagNoChange

static final int esriLasClassFlagNoChange
No change.

See Also:
Constant Field Values

esriLasClassFlagSet

static final int esriLasClassFlagSet
Set flag.

See Also:
Constant Field Values

esriLasClassFlagClear

static final int esriLasClassFlagClear
Clear flag.

See Also:
Constant Field Values