QuantityWithUnitGuiEnvironmentRegisterEnvironment Method |
Registers a named quantity-with-unit environment.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void RegisterEnvironment(
string name,
QuantityWithUnitGuiEnvironment env
)
Parameters
- name String
- The name of the environment.
- env QuantityWithUnitGuiEnvironment
- The environment to register.
See Also