Click or drag to resize

AddInCreateObject Method

[Missing <summary> documentation for "M:Altaxo.AddInItems.AddIn.CreateObject(System.String)"]


Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object? CreateObject(
	string className
)

Parameters

className  String

[Missing <param name="className"/> documentation for "M:Altaxo.AddInItems.AddIn.CreateObject(System.String)"]

Return Value

Object

[Missing <returns> documentation for "M:Altaxo.AddInItems.AddIn.CreateObject(System.String)"]

See Also