Click or drag to resize

AddInGetExtensionPath Method

Gets the extension path with the specified name.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ExtensionPath GetExtensionPath(
	string pathName
)

Parameters

pathName  String
The extension path name.

Return Value

ExtensionPath
The existing or newly created extension path.
See Also