MapMatrix NetGIS Class Library

Command.GetKeys Method

Gets an array of Keys for the Connections that belong to this command. A key can be used to Set the Active Connection (SetActiveConnection). This is used if a user needs to change the connection that commands are defaulted to.

Overload List

Gets an array of Keys for the Connections that belong to this command. A key can be used to Set the Active Connection (SetActiveConnection). This is used if a user needs to change the connection that commands are defaulted to.

public string[] GetKeys();

Gets an array of Keys for the Connections that have an ActiveLayer matching the provided Id. A key can be used to Set the Active Connection (SetActiveConnection). This is used if a user needs to change the connection that commands are defaulted to.

public string[] GetKeys(string);

See Also

Command Class | MapMatrix.MapControls Namespace