LegacyTelogisServiceFindUnits Method |
Print this page
Finds Units with a matching name (if its supplied non-null) and matching properties.
All fields have to match.
Namespace: Telogis.API Syntax public Unit[] FindUnits(
string name,
Property[] properties
)
Public Function FindUnits (
name As String,
properties As Property()
) As Unit()
Parameters
- name
- Type: SystemString
The unit name to search for (can be null).
- properties
- Type: Telogis.APIProperty
An array of properties to search for.
Use null to match all property combinations.
Return Value
Type:
Unit
An array containing any matching units.
Remarks
A Unit without every property specified in the properties argument
will not be found by this query.
Examples See Also