 | ZWManagerRemoveScene Method |
Remove an existing Scene.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool RemoveScene(
byte sceneId
)
Public Function RemoveScene (
sceneId As Byte
) As Boolean
public:
virtual bool RemoveScene(
[InAttribute] unsigned char sceneId
) sealed
Parameters
- sceneId
- Type: SystemByte
is an integer representing the unique Scene ID to be removed.
Return Value
Type:
Booleantrue if scene was removed.
See Also