Click or drag to resize

ArchivableDictionaryGetPoint3d Method (String)

Get value as Point3d, will only succeed if value was created using Set(string key, Point3d value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d GetPoint3d(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetPoint3d(System.String)"]

Return Value

Type: Point3d

[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetPoint3d(System.String)"]

See Also