GH_Culture Class

GH_Culture Class

Represents a globally unique identifier. GH_Guid re-implements the framework System.Guid type.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooCultureInfo
    Grasshopper.Kernel.TypesGH_Culture

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_Culture : GH_Goo<CultureInfo>
Public Class GH_Culture
	Inherits GH_Goo(Of CultureInfo)

The GH_Culture type exposes the following members.

Constructors
  NameDescription
Public methodGH_Culture
Blank constructor
Public methodGH_Culture(CultureInfo)
Initializes a new instance of the GH_Culture class
Public methodGH_Culture(GH_Culture)
Initializes a new instance of the GH_Culture class
Top
Properties
  NameDescription
Public propertyIsValid
Gets the validity of this instance. Guids are always valid.
(Overrides GH_GooTIsValid.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_GooT.)
Public propertyTypeDescription (Overrides GH_GooTTypeDescription.)
Public propertyTypeName (Overrides GH_GooTTypeName.)
Public propertyValue
Gets or sets the internal data.
(Inherited from GH_GooT.)
Top
Methods
  NameDescription
Public methodCastFrom (Overrides GH_GooTCastFrom(Object).)
Public methodCastToT(T) (Overrides GH_GooTCastToQ(Q).)
Public methodCastToQ(Q)
Attempt a cast to type Q.
(Inherited from GH_GooT.)
Public methodDuplicate (Overrides GH_GooTDuplicate.)
Public methodDuplicateCulture
Public methodEmitProxy (Overrides GH_GooTEmitProxy.)
Public methodRead (Overrides GH_GooTRead(GH_IReader).)
Public methodScriptVariable (Overrides GH_GooTScriptVariable.)
Public methodToString (Overrides GH_GooTToString.)
Public methodWrite (Overrides GH_GooTWrite(GH_IWriter).)
Top
Fields
  NameDescription
Protected fieldm_value (Inherited from GH_GooT.)
Top
See Also