RhinoCommon API
PersistentSettingsGetPoint3d Method (String, Point3d) |
[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d)"]
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Point3d GetPoint3d( string key, Point3d defaultValue )
Public Function GetPoint3d ( key As String, defaultValue As Point3d ) As Point3d
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d)"]
- defaultValue
- Type: Rhino.GeometryPoint3d
[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d)"]
Return Value
Type: Point3d[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d)"]
