Grasshopper API
GH_Culture Class |
Represents a globally unique identifier. GH_Guid re-implements the framework System.Guid type.
Namespace: Grasshopper.Kernel.Types
Assembly: Grasshopper (in Grasshopper.dll)
The GH_Culture type exposes the following members.
| Name | Description | |
|---|---|---|
| GH_Culture |
Blank constructor
| |
| GH_Culture(CultureInfo) | Initializes a new instance of the GH_Culture class | |
| GH_Culture(GH_Culture) | Initializes a new instance of the GH_Culture class |
| Name | Description | |
|---|---|---|
| IsValid |
Gets the validity of this instance. Guids are always valid.
(Overrides GH_GooTIsValid.) | |
| IsValidWhyNot |
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.) | |
| TypeDescription | (Overrides GH_GooTTypeDescription.) | |
| TypeName | (Overrides GH_GooTTypeName.) | |
| Value |
Gets or sets the internal data.
(Inherited from GH_GooT.) |
| Name | Description | |
|---|---|---|
| CastFrom | (Overrides GH_GooTCastFrom(Object).) | |
| CastToT(T) | (Overrides GH_GooTCastToQ(Q).) | |
| CastToQ(Q) |
Attempt a cast to type Q.
(Inherited from GH_GooT.) | |
| Duplicate | (Overrides GH_GooTDuplicate.) | |
| DuplicateCulture | ||
| EmitProxy | (Overrides GH_GooTEmitProxy.) | |
| Read | (Overrides GH_GooTRead(GH_IReader).) | |
| ScriptVariable | (Overrides GH_GooTScriptVariable.) | |
| ToString | (Overrides GH_GooTToString.) | |
| Write | (Overrides GH_GooTWrite(GH_IWriter).) |