IGH_DataAccessParameterTargetPath Method |
Get the target path for the specified output parameter.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax GH_Path ParameterTargetPath(
int paramIndex
)
Function ParameterTargetPath (
paramIndex As Integer
) As GH_Path
Parameters
- paramIndex
- Type: SystemInt32
Index of output parameter.
Return Value
Type:
GH_PathSee Also