RhinoCommon API
ArchivableDictionaryTryGetVector3d Method |
Get value as Vector3d, will only succeed if value was created using Set(string key, Vector3d value)
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool TryGetVector3d( string key, out Vector3d value )
Public Function TryGetVector3d ( key As String, <OutAttribute> ByRef value As Vector3d ) As Boolean
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetVector3d(System.String,Rhino.Geometry.Vector3d@)"]
- value
- Type: Rhino.GeometryVector3d
[Missing <param name="value"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetVector3d(System.String,Rhino.Geometry.Vector3d@)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetVector3d(System.String,Rhino.Geometry.Vector3d@)"]
