IProfileWriteValue Method
Writes a string value to the profile using the supplied sub-key for the given Driver ID and variable name.
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
void WriteValue(
string DriverID,
string Name,
string Value,
string SubKey
)
Sub WriteValue (
DriverID As String,
Name As String,
Value As String,
SubKey As String
)
void WriteValue(
String^ DriverID,
String^ Name,
String^ Value,
String^ SubKey
)
Parameters
- DriverID String
- ProgID of the device to read from
- Name String
- Name of the variable whose value is retrieved
- Value String
- The string value to be written
- SubKey String
- Sub-key from the profile root in which to write the value