RhinoCommon API
FieldDictionaryTryGetValue Method (String, Transform) |
Find a field with the specified key and get its value if found.
Namespace: Rhino.Render.Fields
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool TryGetValue( string key, out Transform value )
Public Function TryGetValue ( key As String, <OutAttribute> ByRef value As Transform ) As Boolean
Parameters
- key
- Type: SystemString
Key name of the field to get a value for. - value
- Type: Rhino.GeometryTransform
Output parameter which will receive the field value.
Return Value
Type: BooleanReturns true if the key is found and the value parameter is set to the field value. Returns false if the field was not found.

Rhino for Windows
Supported in: 6.14