Called after schematic in memory features geometries are edited.
[Visual Basic 6.0] Event AfterEditGeometries(
ByVal Display As IDisplay, _
ByVal SchematicLayer As ISchematicLayer, _
ByVal InMemoryFeatures As IEnumSchematicInMemoryFeature _
)
[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.