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

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

Syntax

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

Parameters

deviceLabel
Type: System..::.String

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

core
Type: CoreDevices..::.EasyCore

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

See Also