GH_PersistentGeometryParam(T).ConversionCallback Method

GH_PersistentGeometryParamTConversionCallback Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected override void ConversionCallback(
	Object source,
	T target
)
Protected Overrides Sub ConversionCallback ( 
	source As Object,
	target As T
)

Parameters

source
Type: SystemObject
target
Type: T
See Also