IGH_ReferencedData Interface |
Namespace: Grasshopper.Kernel.Types
The IGH_ReferencedData type exposes the following members.
| Name | Description | |
|---|---|---|
| IsReferencedData | ||
| IsReferencedDataLoaded | ||
| IsValid |
Gets a value indicating whether or not the current value is valid.
(Inherited from IGH_Goo.) | |
| 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 IGH_Goo.) | |
| TypeDescription |
Gets a description of the type of the implementation.
(Inherited from IGH_Goo.) | |
| TypeName |
Gets the name of the type of the implementation.
(Inherited from IGH_Goo.) |
| Name | Description | |
|---|---|---|
| CastFrom |
Attempt a cast from generic object
(Inherited from IGH_Goo.) | |
| CastToT |
Attempt a cast to type T
(Inherited from IGH_Goo.) | |
| Duplicate |
Make a complete duplicate of this instance. No shallow copies.
(Inherited from IGH_Goo.) | |
| EmitProxy |
Create a new proxy for this instance. Return Null if this class does not support proxies.
(Inherited from IGH_Goo.) | |
| LoadReferencedData | ||
| ScriptVariable |
This function will be called when the local IGH_Goo instance
disapears into a user Script. This would be an excellent place to
cast your IGH_Goo type to a simple data type.
(Inherited from IGH_Goo.) | |
| ToString |
Creates a string description of the current instance value
(Inherited from IGH_Goo.) | |
| UnloadReferencedData |