Returns a list of all the device adapters in a particular library
Namespace:
CoreDevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string[] GetDevicesFromLibrary( string LibName ) |
Visual Basic (Declaration) |
---|
Public Function GetDevicesFromLibrary ( _ LibName As String _ ) As String() |
Visual C++ |
---|
public: array<String^>^ GetDevicesFromLibrary( String^ LibName ) |
Parameters
- LibName
- Type: System..::.String
Device library, the names can be found from GetDeviceLibraries
Return Value
[Missing <returns> documentation for "M:CoreDevices.EasyCoreMat.GetDevicesFromLibrary(System.String)"]