DirectionsFactoryAddNote Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a note to a direction for the given movement.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void AddNote(
int noteLocationIndex,
NoteType type,
MovementInfo info
)
Public Sub AddNote (
noteLocationIndex As Integer,
type As NoteType,
info As MovementInfo
)
Parameters
- noteLocationIndex
- Type: SystemInt32
The index to the LatLon array for the start point of the movement - type
- Type: Telogis.GeoBase.RoutingNoteType
The type of note to add to this movement - info
- Type: Telogis.GeoBase.RoutingMovementInfo
The MovementInfo for this movement (that is, between startIndex and endIndex)
See Also