StateValueCollectionAdd(IStateValue) Method
Add an object that implements IStateValue to the state value collection.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
public void Add(
IStateValue stateValue
)
Public Sub Add (
stateValue As IStateValue
)
public:
void Add(
IStateValue^ stateValue
)
Parameters
- stateValue IStateValue
- An object that implements the IStateValue interface