MapMatrix NetGIS Class Library

Command Properties

The properties of the Command class are listed below. For a complete list of Command class members, see the Command Members topic.

Public Instance Properties

ActiveLayers Collection of all layers that are in the ActiveConnection. These are the layers that are being used.
AvailableLayers All available layers from the Connection Object
Connection The current connection object (to the Mapping Web Services)
Connections The collection of Connection objects that this command utilizes
ErrorMsg The latest error message
HighlightFinds Flag indicating whether or not elements that have been located with a Find command will be shown with a highlight
HighlightIdentify Flag indicating whether or not elements that have been located with an Identify command will be shown with a highlight
MapHeight Height in pixels of the current Map Image This is a read only property. To change it use the ResizeMap method.
MapImageLocation Location (path and filename) of the current map image returned from the Web Service
MapWidth Width in pixels of the current Map Image This is a read only property. To change it use the ResizeMap method.
RetainFinds Flag indicating whether or not elements that have been located with a Find command will be shown on subsequent displays
RetainIdentify Flag indicating whether or not elements that have been located with an Identify command will be shown on subsequent displays
ReturnWindowLimits Determines whether or not the current ground coordinates of the map window are returned from the next call the MapServer. This command is issued only to the Active Connection (SetActiveConnection).
SearchTolerance The distance that will be used around an identify point for locating GIS elements
TemporaryImageDirectory This is the full path specification where temporary images will be written to This is only used if there is more than one Connection per Command object If this is not set by the client application, it will attempted to be read from a NetGIS.config file from the TemporaryImageDirectory tag

See Also

Command Class | MapMatrix.MapControls Namespace