GH_LoadGH_LoadProxy Class

Grasshopper proxy for loads.

Definition

Namespace: Karamba.GHopper.Loads
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class GH_LoadProxy : GH_GooProxy<GH_Load>
Inheritance
Object    GH_GooProxyGH_Load    GH_LoadGH_LoadProxy

Constructors

GH_LoadGH_LoadProxy Initializes a new instance of the GH_LoadGH_LoadProxy class.

Properties

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)

Methods

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)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also