| MapMatrix NetGIS Class Library | |
Connection Constructor (Int32, Int32, String, String)
Initialize the Connection
public Connection(
int MapSizeWidth,
int MapSizeHeight,
string Username,
string Password);
Parameters
- MapSizeWidth
- Map Window Width to allcoate in pixels
- MapSizeHeight
- Map Window Height to allcoate in pixels
- Username
- Customer Name used to identify which layers will be loading
- Password
- Password used to authenticate the user name
See Also
Connection Class | MapMatrix.MapControls Namespace | Connection Constructor Overload List