Skip to content

P_Rhino_Commands_Command_CommandContextHelpUrl

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Command.CommandContextHelpUrl Property

Gets the URL of the command contextual help. This is usually a location of a local CHM file. The default implementation return an empty string.

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

protected virtual string CommandContextHelpUrl { get; }

VB

Protected Overridable ReadOnly Property CommandContextHelpUrl As String
	Get

Property Value

Type: String

Version Information

Supported in: 5D58w

See Also

Reference

Command Class
Rhino.Commands Namespace

Clone this wiki locally