LegacyTelogisServiceListCategories Method |
Print this page
Gets an array of Category objects. A Category is a collection of
Marker
objects.
Namespace: Telogis.API Syntax public Category[] ListCategories(
int offset,
int count
)
Public Function ListCategories (
offset As Integer,
count As Integer
) As Category()
Parameters
- offset
- Type: SystemInt32
Starting offset
- count
- Type: SystemInt32
Maximum number of Category objects to fetch
Return Value
Type:
Category
An array of
Category
objects. If the total number of categories is less
than count then the array will not be of length count.
Examples See Also