GH_Param<T>.AddVolatileData Method (GH_Path, Int32, T) |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool AddVolatileData(
GH_Path path,
int index,
T data
)
Public Function AddVolatileData (
path As GH_Path,
index As Integer,
data As T
) As Boolean
Parameters
- path
- Type: Grasshopper.Kernel.Data.GH_Path
- index
- Type: System.Int32
- data
- Type: T
Return Value
Type:
Boolean
See Also