AlpacaDeviceConfiguredDevicesAsArrayList Property

List of ASCOM devices available on this Alpaca device as an ArrayList for COM clients

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public ArrayList ConfiguredDevicesAsArrayList { get; }

Property Value

ArrayList

Remarks

This method is primarily to support COM clients because COM does not support generic lists. .NET clients should use the ConfiguredDevices property instead.

See Also