Parametrized version of GetValue calling appropriate ValueAs* methods.
Namespace:
Rhino.Render.Fields
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.12
Syntax Public Function GetValue(Of T) As T
Type Parameters
- T
- Type of value to get.
Return Value
Type:
TValue of type T of the field
See Also