Click or drag to resize

CommandGetCommandContextHelpUrl Method

Returns a command's context help url.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.18
Syntax
public static string GetCommandContextHelpUrl(
	Guid commandId
)

Parameters

commandId
Type: SystemGuid
A command ID.

Return Value

Type: String
The command's context url if provided.
See Also