This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Classes > C > CadastralWorkspaceDatasetExtension CoClass (ArcObjects .NET 10.5 SDK) |
A container for describing this cadastral fabric's workspace extension properties.
Interfaces | Description |
---|---|
IDatasetContainer2 (esriGeoDatabase) | Provides access to members that return datasets by name, ID and index. |
IDatasetContainer3 (esriGeoDatabase) | Provides access to members that return datasets by name, ID and index. |
IWorkspaceExtension2 (esriGeoDatabase) | Provides access to members that supply workspace extension information. |
IWorkspaceExtension3 (esriGeoDatabase) | Provides access to members that supply workspace extension information. |
IWorkspaceExtensionControl (esriGeoDatabase) | Provides access to members that manage the life of a workspace extension. |
Interfaces | Description |
---|---|
IWorkspaceEvents (default) | Provides access to events that may be fired by a Workspace. |
IVersionEvents | Provides access to events that occur on a version. |
IVersionEvents2 | Provides access to events that occur on a version. |
When working with CadastralWorkspaceDatasetExtension's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pCadastralWorkspaceDatasetExtension as CadastralWorkspaceDatasetExtension
When implementing IVersionEvents declare variables as follows:
Private WithEvents pVersionEvents as VersionEvents
When implementing IVersionEvents2 declare variables as follows:
Private WithEvents pVersionEvents2 as VersionEvents2