CommandGetCommandContextHelpUrl Method |
Returns a command's context help url.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.18
Syntaxpublic static string GetCommandContextHelpUrl(
Guid commandId
)
Public Shared Function GetCommandContextHelpUrl (
commandId As Guid
) As String
Parameters
- commandId
- Type: SystemGuid
A command ID.
Return Value
Type:
StringThe command's context url if provided.
See Also