AddInReferenceCreate Method |
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static AddInReference Create(
Properties properties,
string? hintPath
)
Parameters
- properties Properties
- The properties that describe the add-in reference.
- hintPath String
- The base path used to resolve referenced version files.
Return Value
AddInReferenceThe created add-in reference.
See Also