Allows the renaming of a stop
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void RenameStop( int Index, string NewName ) |
Visual Basic (Declaration) |
---|
Public Sub RenameStop ( _ Index As Integer, _ NewName As String _ ) |
Visual C++ |
---|
public: virtual void RenameStop( int Index, String^ NewName ) sealed |
Parameters
- Index
- Type: System..::.Int32
[Missing <param name="Index"/> documentation for "M:CoreDevices.Devices.XYStage.RenameStop(System.Int32,System.String)"]
- NewName
- Type: System..::.String
[Missing <param name="NewName"/> documentation for "M:CoreDevices.Devices.XYStage.RenameStop(System.Int32,System.String)"]