Click or drag to resize

SwitchType Enumeration

Wrapper for the internal SwitchType that exposes the ability to the user to set the Switch as either On, Off, or Dual in the API.

Namespace: ema3d.Api.V26.Cabling.Elements
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public enum SwitchType
Members
Member nameValueDescription
On0 Set the switch behavior as to turn On.
Off1 Set the switch behavior as to turn Off.
Dual2 Set the switch behavior as to turn both on and off (i.e., dual).
See Also