ASCOMProfileRemoveValue(String) Method

Remove a value from the driver top level sub-key

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public void RemoveValue(
	string ValueName
)

Parameters

ValueName  String
Name of the value to be removed

See Also