ArcFM Engine Developer Guide
Item Property (GetCountyInformationRequest)


The identifying number of the county.
Gets the customers affected information for a given county.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal countyId As Integer _
) As RegionIdCustomerInformation
'Usage
 
Dim instance As GetCountyInformationRequest
Dim countyId As Integer
Dim value As RegionIdCustomerInformation
 
value = instance.Item(countyId)
public RegionIdCustomerInformation this[ 
   int countyId
]; {get;}

Parameters

countyId
The identifying number of the county.

Property Value

Miner.Responder.Shared.RegionIdCustomerInformation object for the county.
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

GetCountyInformationRequest Class
GetCountyInformationRequest Members

 

 


Send Comment