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

Parameters

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