Creates the specified command for the command window with support for the specified context-sensitive (F1) help.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCommand3( _
const dsString& ApiUuid As System.String, _
const dsString& CmdName As System.String, _
long HelpID As System.Integer, _
long ProductID As System.Integer, _
dsCreateCommandError_e* Error As dsCreateCommandError_e _
) As Command |
Parameters
- ApiUuid
UUID of the add-in or non add-in application
- CmdName
- Unique name for the command
- HelpID
- ID of the context-sensitive help topic to open when F1 is pressed
- ProductID
- Product ID of the system help
- Error[out]
- Status of creating the command as defined in dsCreateCommandError_e
- Cmd[out] or Return Value
- Command
Example
Remarks
See Also
Availability
DraftSight 2019 SP0