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


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

ISchematicDatasetEvents.AfterMoveNodeOnLink Event

Called after a schematic in memory feature node on link is moved.

[Visual Basic .NET]
Public Event AfterMoveNodeOnLink As AfterMoveNodeOnLinkEventHandler
[C#]
public event AfterMoveNodeOnLinkEventHandler AfterMoveNodeOnLink
[C++]
HRESULT AfterMoveNodeOnLink(
  IDisplay* Display,
  ISchematicLayer* SchematicLayer,
  ISchematicInMemoryFeatureNodeOnLink* InMemoryNodeOnLink,
  double RatioShift
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay SchematicLayer [in]
SchematicLayer is a parameter of type ISchematicLayer InMemoryNodeOnLink [in]
InMemoryNodeOnLink is a parameter of type ISchematicInMemoryFeatureNodeOnLink RatioShift [in] RatioShift is a parameter of type double

Product Availability

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

See Also

ISchematicDatasetEvents Interface