PersistentSettings.GetPoint3d Method (String, Point3d)

PersistentSettingsGetPoint3d Method (String, Point3d)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also