Click or drag to resize

PersistentSettingsGetPoint3d Method (String, Point3d, IEnumerableString)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Point3d GetPoint3d(
	string key,
	Point3d defaultValue,
	IEnumerable<string> legacyKeyList
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d,System.Collections.Generic.IEnumerable{System.String})"]

defaultValue
Type: Rhino.GeometryPoint3d

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d,System.Collections.Generic.IEnumerable{System.String})"]

legacyKeyList
Type: System.Collections.GenericIEnumerableString

[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d,System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: Point3d

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetPoint3d(System.String,Rhino.Geometry.Point3d,System.Collections.Generic.IEnumerable{System.String})"]

See Also