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


ISchematicDatasetEvents.AfterMoveFeatures Event (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDatasetEvents.AfterMoveFeatures Event

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*

Product Availability

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

See Also

ISchematicDatasetEvents Interface