GH_ComponentGenerateParameterHelp Method (IGH_Param) |
Generate HTML string for a single parameter.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected string GenerateParameterHelp(
IGH_Param param
)
Protected Function GenerateParameterHelp (
param As IGH_Param
) As String
Parameters
- param
- Type: Grasshopper.KernelIGH_Param
Return Value
Type:
StringSee Also