ArcFM Engine Developer Guide
GetPostalCodeInformationRequest Constructor(Int32,Int32)


The starting position (1-based index) within the postal code to begin the sub-string to be used in grouping the information.
The length of the substring.
Initializes a new instance of GetPostalCodeInformationRequest for retrieving customer information per postal code.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Integer, _
   ByVal length As Integer _
)
'Usage
 
Dim start As Integer
Dim length As Integer
 
Dim instance As New GetPostalCodeInformationRequest(start, length)
public GetPostalCodeInformationRequest( 
   int start,
   int length
)

Parameters

start
The starting position (1-based index) within the postal code to begin the sub-string to be used in grouping the information.
length
The length of the substring.
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

GetPostalCodeInformationRequest Class
GetPostalCodeInformationRequest Members
Overload List

 

 


Send Comment