Click or drag to resize
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
)

Parameters

categoryId
Type: SystemInt64
ID of the Category
markerId
Type: SystemInt64
ID of the Marker
See Also