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

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

Syntax

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

Parameters

groupName
Type: System..::.String

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

See Also