Perform a straight cast of the data inside this Variant.
 
 
    Namespace: 
   Grasshopper.Kernel.Expressions
    Assembly:
   Grasshopper (in Grasshopper.dll)
SyntaxPublic Function Data(Of T) As T
Type Parameters
- T
 
Return Value
Type: 
TThe value inside this Variant cast to T.
See Also