LegacyTelogisServiceAddMarkerToCategory Method |
Print this page
Add the given marker to the given category. A
Category
is a collection of markers.
Namespace: Telogis.API Syntax public void AddMarkerToCategory(
long categoryId,
long markerId
)
Public Sub AddMarkerToCategory (
categoryId As Long,
markerId As Long
)
Parameters
- categoryId
- Type: SystemInt64
ID of the
Category - markerId
- Type: SystemInt64
ID of the
Marker
See Also