[Missing <summary> documentation for "M:CWrapper.CMMCore.renameConfigGroup(System.String,System.String)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void renameConfigGroup(
	string oldGroupName,
	string newGroupName
)
Visual Basic (Declaration)
Public Sub renameConfigGroup ( _
	oldGroupName As String, _
	newGroupName As String _
)
Visual C++
public:
void renameConfigGroup(
	String^ oldGroupName, 
	String^ newGroupName
)

Parameters

oldGroupName
Type: System..::.String

[Missing <param name="oldGroupName"/> documentation for "M:CWrapper.CMMCore.renameConfigGroup(System.String,System.String)"]

newGroupName
Type: System..::.String

[Missing <param name="newGroupName"/> documentation for "M:CWrapper.CMMCore.renameConfigGroup(System.String,System.String)"]

See Also