GH_Field.CastFrom Method

GH_FieldCastFrom Method

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool CastFrom(
	Object source
)
Public Function CastFrom ( 
	source As Object
) As Boolean

Parameters

source
Type: SystemObject

Return Value

Type: Boolean

Implements

IGH_GooCastFrom(Object)
See Also