ArchivableDictionaryGetPoint3f Method (String) |
Get value as Point3f, will only succeed if value was created using Set(string key, Point3f value)
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point3f GetPoint3f(
string key
)
Public Function GetPoint3f (
key As String
) As Point3f
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetPoint3f(System.String)"]
Return Value
Type:
Point3f[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetPoint3f(System.String)"]
See Also