ArcFM Engine Developer Guide
Item Property (GetCityInformationRequest)


The name of the city.
Gets the customers affected information for a given cidy.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal city As String _
) As RegionCustomerInformation
'Usage
 
Dim instance As GetCityInformationRequest
Dim city As String
Dim value As RegionCustomerInformation
 
value = instance.Item(city)
public RegionCustomerInformation this[ 
   string city
]; {get;}

Parameters

city
The name of the city.

Property Value

Miner.Responder.Shared.RegionCustomerInformation object for the city.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GetCityInformationRequest Class
GetCityInformationRequest Members

 

 


Send Comment