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


ISchematicDatasetEvents.AfterMoveNodeOnLink Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.AfterMoveNodeOnLink Event
ArcGIS Developer Help

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