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


ISchematicDatasetEvents.AfterGenerateDiagram Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDatasetEvents.AfterGenerateDiagram Event

Called after a schematic diagram is generated.

[Visual Basic .NET]
Public Event AfterGenerateDiagram As AfterGenerateDiagramEventHandler
[C#]
public event AfterGenerateDiagramEventHandler AfterGenerateDiagram
[C++]
HRESULT AfterGenerateDiagram(
  ISchematicDiagram* SchematicDiagram
);
[C++]

Parameters SchematicDiagram [in]
SchematicDiagram is a parameter of type ISchematicDiagram

Product Availability

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

See Also

ISchematicDatasetEvents Interface