ArcFM Responder Mobile 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 System.Integer, _
   ByVal length As System.Integer _
)
'Usage
 
Dim start As System.Integer
Dim length As System.Integer
 
Dim instance As New GetPostalCodeInformationRequest(start, length)
public GetPostalCodeInformationRequest( 
   System.int start,
   System.int length
)
public GetPostalCodeInformationRequest( 
    start: System.Integer;
    length: System.Integer
); 
public function GetPostalCodeInformationRequest( 
   start : System.int,
   length : System.int
);
public: GetPostalCodeInformationRequest( 
   System.int start,
   System.int length
)
public:
GetPostalCodeInformationRequest( 
   System.int start,
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetPostalCodeInformationRequest Class
GetPostalCodeInformationRequest Members
Overload List

Send Feedback