Click or drag to resize
IHeadquartersApiGetHeadquarters Method
Gets headquarters by their IDs.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Headquarters[] GetHeadquarters(
	int[] headquartersIds
)

Parameters

headquartersIds
Type: SystemInt32
Headquarters IDs to retrieve or empty array to get all headquarters.

Return Value

Type: Headquarters
Returns array of Headquarters.
See Also