[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getCurrentConfig(System.String)"]

Namespace:  CoreDevices.Interfaces
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string getCurrentConfig(
	string groupName
)
Visual Basic (Declaration)
Function getCurrentConfig ( _
	groupName As String _
) As String
Visual C++
String^ getCurrentConfig(
	String^ groupName
)

Parameters

groupName
Type: System..::.String

[Missing <param name="groupName"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getCurrentConfig(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getCurrentConfig(System.String)"]

See Also