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


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

ISchematicDatasetEvents.AfterEditGeometries Event

Called after schematic in memory features geometries are edited.

[Visual Basic .NET]
Public Event AfterEditGeometries As AfterEditGeometriesEventHandler
[C#]
public event AfterEditGeometriesEventHandler AfterEditGeometries
[C++]
HRESULT AfterEditGeometries(
  IDisplay* Display,
  ISchematicLayer* SchematicLayer,
  IEnumSchematicInMemoryFeature* InMemoryFeatures
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay SchematicLayer [in]
SchematicLayer is a parameter of type ISchematicLayer InMemoryFeatures [in]
InMemoryFeatures is a parameter of type IEnumSchematicInMemoryFeature

Product Availability

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

See Also

ISchematicDatasetEvents Interface