ArchivableDictionary.GetPlane Method (String, Plane)

ArchivableDictionaryGetPlane Method (String, Plane)

Get value as Plane, will return defaultValue unless value was created using Set(string key, Plane value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Plane GetPlane(
	string key,
	Plane defaultValue
)
Public Function GetPlane ( 
	key As String,
	defaultValue As Plane
) As Plane

Parameters

key
Type: SystemString
The key.
defaultValue
Type: Rhino.GeometryPlane
The default value.

Return Value

Type: Plane
The value as Plane.
Version Information

Rhino for Windows

Supported in: 6.14
See Also