ArcFM Responder Mobile Developer Guide
GetPostalCodeInformationRequest Constructor(Boolean,Int32,Int32)






The value indicating is a sub-string of the postal code should be used in grouping the information.
The starting position (1-based index) within the postal code to begin the sub-string (if applicable)
The length of the sub-string (if applicable).
Initializes a new instance of GetPostalCodeInformationRequest for retrieving customer information per postal code.
Syntax
'Declaration
 
Public Function New( _
   ByVal useSubString As System.Boolean, _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
)
'Usage
 
Dim useSubString As System.Boolean
Dim start As System.Integer
Dim length As System.Integer
 
Dim instance As New GetPostalCodeInformationRequest(useSubString, start, length)
public GetPostalCodeInformationRequest( 
   System.bool useSubString,
   System.int start,
   System.int length
)
public GetPostalCodeInformationRequest( 
    useSubString: System.Boolean;
    start: System.Integer;
    length: System.Integer
); 
public function GetPostalCodeInformationRequest( 
   useSubString : System.boolean,
   start : System.int,
   length : System.int
);
public: GetPostalCodeInformationRequest( 
   System.bool useSubString,
   System.int start,
   System.int length
)
public:
GetPostalCodeInformationRequest( 
   System.bool useSubString,
   System.int start,
   System.int length
)

Parameters

useSubString
The value indicating is a sub-string of the postal code should be used in grouping the information.
start
The starting position (1-based index) within the postal code to begin the sub-string (if applicable)
length
The length of the sub-string (if applicable).
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