Click or drag to resize

QuantityWithUnitGuiEnvironmentTryGetEnvironment Method

Tries to get a registered quantity-with-unit environment by name.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static QuantityWithUnitGuiEnvironment? TryGetEnvironment(
	string name
)

Parameters

name  String
The name of the environment.

Return Value

QuantityWithUnitGuiEnvironment
The registered environment, or null if no environment with that name exists.
See Also