This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.AfterMoveFeatures Event (ArcObjects .NET 10.4 SDK) |
Called after schematic in memory features are moved.
[Visual Basic .NET] Public Event AfterMoveFeatures As AfterMoveFeaturesEventHandler
[C#] public event AfterMoveFeaturesEventHandler AfterMoveFeatures
[C++]
HRESULT AfterMoveFeatures(
IDisplay* Display,
ISchematicLayer* SchematicLayer,
IEnumSchematicInMemoryFeature* InMemoryFeatures,
ILine* Line
);
[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 Line [in]
Line is a parameter of type ILine