Click or drag to resize

GHAMatrixSwitcherRegisterOutput Method

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

Adds the provided output to this matrix switcher The caller should have used the CreateObject method to create the output as a child of the matrix switcher This method will register the output

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public virtual int RegisterOutput(
	IMatrixSwitcherZone output
)

Parameters

output
Type: GHASchema.Classes.Capabilities.MediaIMatrixSwitcherZone
Output

Return Value

Type: Int32
Assigned zone number

Implements

IMatrixSwitcherRegisterOutput(IMatrixSwitcherZone)
See Also