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

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

Syntax

C#
PropertyBlock getPropertyBlockData(
	string blockName
)
Visual Basic (Declaration)
Function getPropertyBlockData ( _
	blockName As String _
) As PropertyBlock
Visual C++
PropertyBlock^ getPropertyBlockData(
	String^ blockName
)

Parameters

blockName
Type: System..::.String

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

Return Value

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

See Also