Click or drag to resize

GHAMatrixSwitcherBind Method (IGHAObject, IGHAObject)

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

Attempts to bind all matching properties in the source and destination objects by matching properties defined in capabilities definitions

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public bool Bind(
	IGHAObject source,
	IGHAObject destination
)

Parameters

source
Type: GHASchemaIGHAObject
Output
destination
Type: GHASchemaIGHAObject
Input

Return Value

Type: Boolean

[Missing <returns> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcher.Bind(GHASchema.IGHAObject,GHASchema.IGHAObject)"]

See Also