Helper object (singleton) firing ISchematicDatasetEvents and ISchematicAlgorithmEvents events coming from all schematic datasets.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
Interfaces
| Interfaces | Description | 
|---|---|
| ISchematicDatasetManager | Provides access to members that control the schematic dataset manager. | 
Event Interfaces
| Interfaces | Description | 
|---|---|
| ISchematicDatasetEvents (default) | Provides access to events that occur on schematic dataset. | 
| ISchematicAlgorithmEvents | Provides access to events that occur when schematic algorithms are executed. | 
Working with Events
[Visual Basic 6.0]
When working with SchematicDatasetManager's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pSchematicDatasetManager as SchematicDatasetManager
When implementing ISchematicAlgorithmEvents declare variables as follows:Private WithEvents pSchematicAlgorithmEvents as SchematicAlgorithmEvents