ArcFM Engine Developer Guide
Contains Method (GetCountyInformationRequest)


The identifying number of the county.
Gets a value indicating if the request contains information for a given county.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal countyId As Integer _
) As Boolean
'Usage
 
Dim instance As GetCountyInformationRequest
Dim countyId As Integer
Dim value As Boolean
 
value = instance.Contains(countyId)
public bool Contains( 
   int countyId
)

Parameters

countyId
The identifying number of the county.

Return Value

True value if a county with this identification is found.
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