Click or drag to resize

PropertiesNestedProperties Method

Retrieves a nested property container; creating a new one on demand. Multiple calls to this method will return the same instance (unless the entry at this key is overwritten by one of the Set-methods). Changes performed on the nested container will be persisted together with the parent container.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Properties NestedProperties(
	string key
)

Parameters

key  String
The key of the nested property container.

Return Value

Properties
The nested property container associated with key.
See Also