GH_Param(T).DataMapping Property

GH_ParamTDataMapping Property

Gets or sets the data mapping of this Parameter.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_DataMapping DataMapping { get; set; }
Public Property DataMapping As GH_DataMapping
	Get
	Set

Property Value

Type: GH_DataMapping

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Param`1.DataMapping"]

Implements

IGH_ParamDataMapping
See Also