public class GH_LoadProxy : GH_GooProxy<GH_Load>
Public Class GH_LoadProxy
Inherits GH_GooProxy(Of GH_Load)
public ref class GH_LoadProxy : public GH_GooProxy<GH_Load^>
type GH_LoadProxy =
class
inherit GH_GooProxy<GH_Load>
end
GH_LoadGH_LoadProxy | Initializes a new instance of the GH_LoadGH_LoadProxy class. |
IsParsable |
Gets a value indicating whether or not the type can be instantiated from a String.
(Inherited from GH_GooProxyGH_Load) |
Owner |
(Inherited from GH_GooProxyGH_Load) |
ProxyOwner |
Gets the piece of Grasshopper data that spawned this proxy.
(Inherited from GH_GooProxyGH_Load) |
TypeDescription |
(Inherited from GH_GooProxyGH_Load) |
TypeName |
(Inherited from GH_GooProxyGH_Load) |
UserString |
Gets or sets the user-defined string that describes this proxy.
This only really makes sense if the Proxy is Parsable.
(Inherited from GH_GooProxyGH_Load) |
Valid |
Gets a value indicating whether this proxy represents valid data.
(Inherited from GH_GooProxyGH_Load) |
Construct |
Override this method to supply a custom UI during proxy construction.
(Inherited from GH_GooProxyGH_Load) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FormatInstance |
Returns a String description of the current value.
(Inherited from GH_GooProxyGH_Load) |
FromString |
If IsParsable(), then attempts to convert the string to a generic type value
(Inherited from GH_GooProxyGH_Load) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
MutateString |
Munge a string to remove obvious errors on account of the user.
(Inherited from GH_GooProxyGH_Load) |
NumberToString |
(Inherited from GH_GooProxyGH_Load) |
StringToNumber |
(Inherited from GH_GooProxyGH_Load) |
ToString |
(Inherited from GH_GooProxyGH_Load) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |