AlpacaDeviceConfiguredDevicesAsArrayList Property
List of ASCOM devices available on this Alpaca device as an ArrayList for COM clients
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public ArrayList ConfiguredDevicesAsArrayList { get; }
Public ReadOnly Property ConfiguredDevicesAsArrayList As ArrayList
Get
public:
virtual property ArrayList^ ConfiguredDevicesAsArrayList {
ArrayList^ get () sealed;
}
Property Value
ArrayList
This method is primarily to support COM clients because COM does not support generic lists. .NET clients should use the
ConfiguredDevices property instead.