MovementLastNode Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the last node of the Movement.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public MovementNode LastNode { get; }
Public ReadOnly Property LastNode As MovementNode
Get
Property Value
Type:
MovementNodeRemarks If no node is found but there is a driving event intersection, the last node
of this intersection will be used to construct a new Movement node.
See Also