Interface ITransform
Interface for Transform objects
Namespace: DelsysAPI.Contracts
Assembly: DelsysAPI.dll
Syntax
public interface ITransform
Properties
InputChannels
Gets the readable collection of user created Input Channels.
Declaration
List<Channel> InputChannels { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Channel> |
OutputChannels
Gets the readable collection of user created Output Channels.
Declaration
List<Channel> OutputChannels { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Channel> |