GH_ValueProxyT Constructor |
Default constructor for the base class. All derived classes must call this constructor.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected GH_ValueProxy(
T nValue,
string nProxyName,
bool bIsStringProxy
)
Protected Sub New (
nValue As T,
nProxyName As String,
bIsStringProxy As Boolean
)
Parameters
- nValue
- Type: T
The value to store in this proxy - nProxyName
- Type: SystemString
The human-friendly name of this value type - bIsStringProxy
- Type: SystemBoolean
If True, then this proxy becomes Parsable.
See Also