LocationType Property
The type of this FedEx location.
Syntax
int GetLocationType(int iLocationIndex);
int SetLocationType(int iLocationIndex, int iLocationType);
Possible Values
FLT_AUTHORIZED_SHIP_CENTER(0), FLT_EXPRESS_STATION(1), FLT_FREIGHT_SERVICE_CENTER(2), FLT_GROUND_TERMINAL(3), FLT_HOME_DELIVERY_STATION(4), FLT_FED_EX_OFFICE(5), FLT_SELF_SERVICE_STATION(6), FLT_SMART_POST_HUB(7)
Default Value
0
Remarks
The type of this FedEx location. This is populated after a call to FindLocations.
Possible values are as follows:
Value | Description |
fltAuthorizedShipCenter (0) | Authorized Ship Center |
fltExpressStation (1) | Express Station |
fltFreightServiceCenter (2) | Freight Service Center |
fltGroundTerminal (3) | Ground Terminal |
fltHomeDeliveryStation (4) | Home Delivery Station |
fltFedExOffice (5) | FedEx Office |
fltSelfServiceStation (6) | Self Service Station |
fltSmartPostHub (7) | Smart Post Hub |
The size of the array is controlled by the LocationCount property.
This property is not available at design time.
Data Type
Integer