GH_Transform.CastTo(Q) Method (Q)

GH_TransformCastToQ Method (Q)

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override bool CastTo<Q>(
	ref Q target
)
Public Overrides Function CastTo(Of Q) ( 
	ByRef target As Q
) As Boolean

Parameters

target
Type: Q

Type Parameters

Q

Return Value

Type: Boolean
See Also