RhinoCommon API
RuntimeDocumentDataTableTryGetValueT Method (Object) |
Check dictionary for value and return it properly cast if
found.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.15
public T TryGetValue<T>( Object key ) where T : class
Public Function TryGetValue(Of T As Class) ( key As Object ) As T
Parameters
- key
- Type: SystemObject
Key to search for.
Type Parameters
- T
- Class type created as necessary and returned.
Return Value
Type: TReturns the document specific instance of type T using the specified dictionary key or null if not found.