Click or drag to resize

AddInPaths Property

Gets the extension paths declared by the add-in.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Dictionary<string, ExtensionPath> Paths { get; }

Property Value

DictionaryString, ExtensionPath
See Also