Skip to content

CommandLineOption

Public Class

Inheritance Hierarchy

System.Object
Rhino.Input.Custom.CommandLineOption

Namespace: Rhino.Input.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public sealed class CommandLineOption

The CommandLineOption type exposes the following members.

Properties

Name

Description


Public Property
Code Example

Public Property

Public Property

Public Property

The English command option name


Public Property

Public Property

The localized command option name


Public Property

The type of this command line option


Public Property

Assigned by RhinoGet.Get if an option value is specified in a script or by a command window control.


Methods

Name

Description


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method
Static Member

Test a string to see if it can be used as an option name in any of the RhinoGet::AddCommandOption…() functions.


Public Method
Static Member

Test a string to see if it can be used as an option value in RhinoGet::AddCommandOption, RhinoGet::AddCommandOptionToggle, or RhinoGet::AddCommandOptionList.


Public Method

If this OptionType is a list, then the option should contain a list of values that the user can pick from.


Public Method

Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)