[Missing <summary> documentation for "M:CoreDevices.DeviceControls.PropertyList.SetCore(System.String,CoreDevices.EasyCore)"]

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

Syntax

C#
public void SetCore(
	string deviceLabel,
	EasyCore core
)
Visual Basic (Declaration)
Public Sub SetCore ( _
	deviceLabel As String, _
	core As EasyCore _
)
Visual C++
public:
virtual void SetCore(
	String^ deviceLabel, 
	EasyCore^ core
) sealed

Parameters

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CoreDevices.DeviceControls.PropertyList.SetCore(System.String,CoreDevices.EasyCore)"]

core
Type: CoreDevices..::.EasyCore

[Missing <param name="core"/> documentation for "M:CoreDevices.DeviceControls.PropertyList.SetCore(System.String,CoreDevices.EasyCore)"]

Implements

IPropertyList..::.SetCore(String, EasyCore)

See Also