This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.AfterMoveNodeOnLink Event (ArcObjects .NET 10.4 SDK) |
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