com.esri.arcgis.geodatabaseextensions
Interface esriCadastralPacketSetting

All Superinterfaces:
java.io.Serializable

public interface esriCadastralPacketSetting
extends java.io.Serializable

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

Description: 'Bitmask of flags used for posting or inserting a Cadastral packet to the database' 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 esriCadastralPacketNeighborsInPacket
          Neighbors of the edit parcels are included in the packet.
static int esriCadastralPacketNoSetting
          No special settings.
 

Field Detail

esriCadastralPacketNoSetting

static final int esriCadastralPacketNoSetting
No special settings.

See Also:
Constant Field Values

esriCadastralPacketNeighborsInPacket

static final int esriCadastralPacketNeighborsInPacket
Neighbors of the edit parcels are included in the packet.

See Also:
Constant Field Values