GH_Line.GH_LineProxy Class

GH_LineGH_LineProxy Class

Proxy description of GH_Line class. This class is used by the Generic Multivalue interfaces.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooProxyGH_Line
    Grasshopper.Kernel.TypesGH_LineGH_LineProxy

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_LineProxy : GH_GooProxy<GH_Line>
Public Class GH_LineProxy
	Inherits GH_GooProxy(Of GH_Line)

The GH_LineGH_LineProxy type exposes the following members.

Constructors
  NameDescription
Public methodGH_LineGH_LineProxy
Initializes a new instance of the GH_LineGH_LineProxy class
Top
Properties
  NameDescription
Public propertyAx
Public propertyAy
Public propertyAz
Public propertyBx
Public propertyBy
Public propertyBz
Public propertyIsParsable
Gets a value indicating whether or not the type can be instantiated from a String.
(Inherited from GH_GooProxyT.)
Public propertyLength
Protected propertyOwner (Inherited from GH_GooProxyT.)
Public propertyProxyOwner
Gets the piece of Grasshopper data that spawned this proxy.
(Inherited from GH_GooProxyT.)
Public propertyTypeDescription (Inherited from GH_GooProxyT.)
Public propertyTypeName (Inherited from GH_GooProxyT.)
Public propertyUserString
Gets or sets the user-defined string that describes this proxy. This only really makes sense if the Proxy is Parsable.
(Inherited from GH_GooProxyT.)
Public propertyValid
Gets a value indicating whether this proxy represents valid data.
(Inherited from GH_GooProxyT.)
Top
Methods
  NameDescription
Public methodConstruct (Overrides GH_GooProxyTConstruct.)
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