com.esri.arcgis.geodatabaseextensions
Interface esriCadastralPropertySetType

All Superinterfaces:
Serializable

public interface esriCadastralPropertySetType
extends Serializable

Cadastral Property Set Types.

Product Availability

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


Field Summary
static int esriCadastralPropSetCatalogDataset
          Catalog Dataset Settings.
static int esriCadastralPropSetCoordinateTolerances
          Coordinate Tolerance Management.
static int esriCadastralPropSetEditSettings
          Fabric Edit Settings.
static int esriCadastralPropSetImporterLoading
          Importer Data Loading.
static int esriCadastralPropSetUserDefined
          User-Defined Properties.
 

Field Detail

esriCadastralPropSetUserDefined

static final int esriCadastralPropSetUserDefined
User-Defined Properties.

See Also:
Constant Field Values

esriCadastralPropSetImporterLoading

static final int esriCadastralPropSetImporterLoading
Importer Data Loading.

See Also:
Constant Field Values

esriCadastralPropSetCoordinateTolerances

static final int esriCadastralPropSetCoordinateTolerances
Coordinate Tolerance Management.

See Also:
Constant Field Values

esriCadastralPropSetEditSettings

static final int esriCadastralPropSetEditSettings
Fabric Edit Settings.

See Also:
Constant Field Values

esriCadastralPropSetCatalogDataset

static final int esriCadastralPropSetCatalogDataset
Catalog Dataset Settings.

See Also:
Constant Field Values