StateValueCollection(StateValue) Constructor
Create a state value collection populated with values from an array of StateValue objects
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
public StateValueCollection(
StateValue[] stateValueArray
)
Public Sub New (
stateValueArray As StateValue()
)
public:
StateValueCollection(
array<StateValue^>^ stateValueArray
)
Parameters
- stateValueArray StateValue
- Array of StateValue objects.