Click or drag to resize

UserDefinedUnitEnvironmentsItem Property

Gets or sets the element with the specified key.

Namespace: Altaxo.Gui.Units
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public UserDefinedUnitEnvironment this[
	string key
] { get; set; }

Parameters

key  String
The key of the element to get or set.

Return Value

UserDefinedUnitEnvironment
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
KeyNotFoundExceptionThe property is retrieved and key is not found.
NotSupportedExceptionThe property is set and the IDictionaryTKey, TValue is read-only.
See Also