public class GH_ForceProxy : GH_GooProxy<GH_Mapping>
Public Class GH_ForceProxy
Inherits GH_GooProxy(Of GH_Mapping)
public ref class GH_ForceProxy : public GH_GooProxy<GH_Mapping^>
type GH_ForceProxy =
class
inherit GH_GooProxy<GH_Mapping>
end
GH_MappingGH_ForceProxy | Initializes a new instance of the GH_MappingGH_ForceProxy class. |
IsParsable |
Gets a value indicating whether or not the type can be instantiated from a String.
(Inherited from GH_GooProxyGH_Mapping) |
Owner |
(Inherited from GH_GooProxyGH_Mapping) |
ProxyOwner |
Gets the piece of Grasshopper data that spawned this proxy.
(Inherited from GH_GooProxyGH_Mapping) |
TypeDescription |
(Inherited from GH_GooProxyGH_Mapping) |
TypeName |
(Inherited from GH_GooProxyGH_Mapping) |
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_Mapping) |
Valid |
Gets a value indicating whether this proxy represents valid data.
(Inherited from GH_GooProxyGH_Mapping) |
Construct |
Override this method to supply a custom UI during proxy construction.
(Inherited from GH_GooProxyGH_Mapping) |
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_Mapping) |
FromString |
If IsParsable(), then attempts to convert the string to a generic type value
(Inherited from GH_GooProxyGH_Mapping) |
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_Mapping) |
NumberToString |
(Inherited from GH_GooProxyGH_Mapping) |
StringToNumber |
(Inherited from GH_GooProxyGH_Mapping) |
ToString |
(Inherited from GH_GooProxyGH_Mapping) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |