com.esri.arcgis.geodatabaseextensions
Interface esriCadastralPacketSetting

All Superinterfaces:
Serializable

public interface esriCadastralPacketSetting
extends Serializable

Bitmask of flags used for posting or inserting a Cadastral packet to the database

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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