|  | This document is archived and information here might be outdated. Recommended version. | 
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*