Field.GetValue(T) Method

FieldGetValueT Method

Parametrized version of GetValue calling appropriate ValueAs* methods.

Namespace:  Rhino.Render.Fields
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public T GetValue<T>()
Public Function GetValue(Of T) As T

Type Parameters

T
Type of value to get.

Return Value

Type: T
Value of type T of the field
Version Information

Rhino for Windows

Supported in: 6.14
See Also