Click or drag to resize

GH_Interval2DGH_Interval2DProxy Class

Proxy description of GH_Interval class. This class is used by the Generic Multivalue interfaces.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooProxyGH_Interval2D
    Grasshopper.Kernel.TypesGH_Interval2DGH_Interval2DProxy

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_Interval2DProxy : GH_GooProxy<GH_Interval2D>

The GH_Interval2DGH_Interval2DProxy type exposes the following members.

Constructors
  NameDescription
Public methodGH_Interval2DGH_Interval2DProxy
Initializes a new instance of the GH_Interval2DGH_Interval2DProxy class
Top
Properties
Methods
  NameDescription
Public methodConstruct
Override this method to supply a custom UI during proxy construction.
(Inherited from GH_GooProxyT.)
Public methodFormatInstance
Returns a String description of the current value.
(Inherited from GH_GooProxyT.)
Public methodFromString
If IsParsable(), then attempts to convert the string to a generic type value
(Inherited from GH_GooProxyT.)
Public methodMutateString
Munge a string to remove obvious errors on account of the user.
(Inherited from GH_GooProxyT.)
Protected methodNumberToString (Inherited from GH_GooProxyT.)
Protected methodStringToNumber (Inherited from GH_GooProxyT.)
Public methodToString (Inherited from GH_GooProxyT.)
Top
See Also