CommandCollectionCreateCommand Method (CommandType, String) |
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic Command CreateCommand(
CommandType commandType,
string caption
)
Public Function CreateCommand (
commandType As CommandType,
caption As String
) As Command
Parameters
- commandType
- Type: Easymap.AddInCommandType
- caption
- Type: SystemString
Return Value
Type:
Command
Remarks
See Also