GH_ParamTTypeName Property |
Calls TypeName() on the first instance of T it can find.
This is either an item in the volatile list, or a newly constructed instance.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic virtual string TypeName { get; }
Public Overridable ReadOnly Property TypeName As String
Get
Property Value
Type:
String[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Param`1.TypeName"]
Implements
IGH_ParamTypeName
RemarksOverride this for improved performance, but this function is only likely to be called from the GUI.
See Also