ArcObjects Library Reference  (CadastralUI)    

CadastralEditorExtension CoClass

Cadastral Editor Extension Object.

Product Availability

Available with ArcGIS Desktop. Requires Survey Analyst Extension.

Description

This object is new at ArcGIS 9.2 Service Pack 3.

Interfaces

Interfaces Description
ICadastralEditor Provides access to CadastralEditor Interface.
ICadastralExtensionManager Provides access to CadastralExtensionManager Interface.
ICadastralGeometryCache Provides access to CadastralGeometryCache Interface.
ICadastralPacketManager Provides access to CadastralPacketManager Interface.
ICadastralPlanManager Provides access to CadastralPlanManager Interface.
ICadastralSelection Provides access to FabricSelection Interface.
IChildExtension (esriSystem) Provides access to the parent extension of this extension. Indicates that this extension has a parent extension.
IConnectionPointContainer Supports connection points for connectable objects.
IExtension (esriSystem) Provides access to members that define an extension.
IExtensionConfig (esriSystem) Provides access to members that describe an extension.
IMetricUnitConverter Provides access to convert data units to/from Meters.
IParcelEditBuild Provides access to building parcels from construction lines.
IParcelEditManager Provides access to edit parcel session manager.
IPersistStream (esriSystem)
ISurveyEditToolManager Provides access to SurveyEditToolManager Interface.

Event Interfaces

Interfaces Description
ICadastralPacketEvents (default) Provides access to events that occur when the state of the Cadastral Job Packet changes.
IBuildEvents Provides access to events that occur when the state of the parcel Build changes.
IDocumentEvents Provides access to events that occur in ArcMap.
IActiveViewEvents Provides access to events that occur when the state of the active view changes.
IMapEvents Provides access to events that occur when the state of the map changes.

Working with Events

[Visual Basic 6.0]

When working with CadastralEditorExtension's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pCadastralEditorExtension as CadastralEditorExtension

When implementing IBuildEvents declare variables as follows:

Private WithEvents pFabricCogoImporterUI as FabricCogoImporterUI

When implementing IDocumentEvents declare variables as follows:

Private WithEvents pDocumentEvents as DocumentEvents

When implementing IActiveViewEvents declare variables as follows:

Private WithEvents pRasterRendererMakerDefault as RasterRendererMakerDefault

When implementing IMapEvents declare variables as follows:

Private WithEvents pMapEvents as MapEvents