Click or drag to resize

GH_FieldCastToT Method

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool CastTo<T>(
	ref T target
)

Parameters

target
Type: T

Type Parameters

T

Return Value

Type: Boolean

Implements

IGH_GooCastToT(T)
See Also