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