Click or drag to resize

IMatrixSwitcherSendMessageToZone Method

[This is preliminary documentation and is subject to change.]

For hardware that supports it, sends a message to a switcher zone that can be ultimately displayed to the end user

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
void SendMessageToZone(
	IMatrixSwitcherZone zone,
	string Message,
	int line
)

Parameters

zone
Type: GHASchema.Classes.Capabilities.MediaIMatrixSwitcherZone
Zone to which to write the message
Message
Type: SystemString
The message to send
line
Type: SystemInt32
The line number on the display on which to write the message
See Also