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

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

Syntax

C#
void defineConfigGroup(
	string groupName
)
Visual Basic (Declaration)
Sub defineConfigGroup ( _
	groupName As String _
)
Visual C++
void defineConfigGroup(
	String^ groupName
)

Parameters

groupName
Type: System..::.String

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

See Also