Cadastral Editor Extension Object.
Product Availability
Interfaces
Interfaces | Description |
---|---|
ICadastralEditor | Provides access to CadastralEditor Interface. |
ICadastralEditorSettings | Provides access to CadastralEditorSettings Interface. |
ICadastralEditorSnapping | Provides access to CadastralEditorSnapping Interface. |
ICadastralExtensionManager | Provides access to CadastralExtensionManager Interface. |
ICadastralExtensionManager2 | Provides access to CadastralExtensionManager2 Interface. |
ICadastralGeometryCache | Provides access to CadastralGeometryCache Interface. |
ICadastralMapEdit | Provides access to CadastralMapEdit Interface. |
ICadastralObjectSetup | Provides access to Cadastral Object Extended Attributes. |
ICadastralPacketManager | Provides access to CadastralPacketManager Interface. |
ICadastralPlanManager | Provides access to CadastralPlanManager Interface. |
ICadastralSelection | Provides access to ICadastralSelection Interface. |
ICadastralSelection2 | Provides access to ICadastralSelection2 Interface. |
ICadastralTemplate | Provides access to ICadastralTemplate interface. |
IConnectionPointContainer | Supports connection points for connectable objects. |
IExtension (esriSystem) | Provides access to members that define 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. |
IParcelEditManager2 | 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. |
IParcelEditEvents | Provides access to events that occur when a parcel is edited. |
ICadastralEditorEvents | Provides access to events that occur when the state of the Cadastral Editor changes. |
Working with Events
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
When implementing IParcelEditEvents declare variables as follows:Private WithEvents pFabricCogoImporterUI as FabricCogoImporterUI
When implementing ICadastralEditorEvents declare variables as follows:Private WithEvents pFabricCogoImporterUI as FabricCogoImporterUI