Click or drag to resize

GH_DimensionGH_DimensionProxy Class

Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooProxyGH_Dimension
    Grasshopper.Kernel.TypesGH_AnnotationBaseGH_AnnotationBaseProxyGH_Dimension
      Grasshopper.Kernel.TypesGH_DimensionGH_DimensionProxy

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_DimensionProxy : GH_AnnotationBaseGH_AnnotationBaseProxy<GH_Dimension>

The GH_DimensionGH_DimensionProxy type exposes the following members.

Constructors
  NameDescription
Public methodGH_DimensionGH_DimensionProxy
Initializes a new instance of the GH_DimensionGH_DimensionProxy class
Top
Properties
  NameDescription
Public propertyAnnotationStyle (Inherited from GH_AnnotationBaseGH_AnnotationBaseProxyT.)
Public propertyAnnotationType (Inherited from GH_AnnotationBaseGH_AnnotationBaseProxyT.)
Public propertyMeasure
Public propertyObjectID (Inherited from GH_AnnotationBaseGH_AnnotationBaseProxyT.)
Public propertyPlainText (Inherited from GH_AnnotationBaseGH_AnnotationBaseProxyT.)
Public propertyTypeDescription (Inherited from GH_GooProxyT.)
Public propertyTypeName (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