Click or drag to resize

AddInReferenceCreate Method

Creates an AddInReference from properties.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

AddInReference
The created add-in reference.
See Also