AddInGetExtensionPath Method |
Gets the extension path with the specified name.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ExtensionPath GetExtensionPath(
string pathName
)
Parameters
- pathName String
- The extension path name.
Return Value
ExtensionPathThe existing or newly created extension path.
See Also