This document is archived and information here might be outdated.  Recommended version.


ISchematicDatasetEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface
ArcGIS Developer Help

ISchematicDatasetEvents Interface

Provides access to events that occur on schematic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Members

Name Description
Method AfterDrawLayer Called after a schematic layer is drawn.
Method AfterEditGeometries Called after schematic in memory features geometries are edited.
Method AfterGenerateDiagram Called after a schematic diagram is generated.
Method AfterLoadDiagram Called after a schematic diagram is loaded.
Method AfterMoveFeatures Called after schematic in memory features are moved.
Method AfterMoveNodeOnLink Called after a schematic in memory feature node on link is moved.
Method AfterReconnectLink Called after a schematic in memory feature link is reconnected.
Method AfterRefreshDiagram Called after a schematic diagram is refreshed.
Method AfterUpdateDiagram Called after a schematic diagram is updated.
Method BeforeReduceNode Called before a schematic in memory feature node is reduced.
Method BeforeRefreshDiagram Called before a schematic diagram is refreshed.
Method BeforeRemoveFeature Called before a schematic in memory feature is removed.
Method BeforeStopOperation Called before a schematic operation is stopped.
Method OnChangeDataset Called when a schematic dataset has changed in memory.
Method OnOpenDataset Called when a schematic dataset is opened.
Method OnStartEditLayer Called when an edit session starts on a schematic layer.
Method OnStopEditLayer Called when an edit session stops on a schematic layer.

Classes that implement ISchematicDatasetEvents

Classes Description
SchematicAlgoMarkCrossings Mark Crossing schematic algorithm object.
SchematicAlgoRotateNodesAlongLinks Rotate Nodes Along Links schematic algorithm object.
SchematicDataset Provides access to members that manage the schematic dataset.
SchematicDatasetManager Helper object (singleton) firing ISchematicDatasetEvents and ISchematicAlgorithmEvents events coming from all schematic datasets.