Click or drag to resize

OptionString Class

RhinoGet string option helper
Inheritance Hierarchy
SystemObject
  Rhino.Input.CustomOptionString

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public class OptionString : IDisposable

The OptionString type exposes the following members.

Constructors
  NameDescription
Public methodOptionString(String)
Constructs the option object.
Public methodOptionString(String, Boolean)
Constructs the option object.
Top
Properties
  NameDescription
Public propertyCurrentValue
Gets and sets the current value of the option.
Public propertyInitialValue
Gets the initial value of the option.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the OptionString
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the OptionString and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also