EMA3D API Documentation
EMA3D API Documentation
EMA3D Scripting API
EMC Plus API V26 Documentation
ema3d.Api Namespaces
ema3d.Api.V26.Cabling Namespaces
ema3d.Api.V26.Cabling.Elements
Switch Class
SwitchType Enumeration
Switch
Type 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
C#
VB
C++
F#
Copy
public
enum
SwitchType
Public
Enumeration
SwitchType
public
enum class
SwitchType
type
SwitchType
Members
Member name
Value
Description
On
0
Set the switch behavior as to turn On.
Off
1
Set the switch behavior as to turn Off.
Dual
2
Set the switch behavior as to turn both on and off (i.e., dual).
See Also
Reference
ema3d.Api.V26.Cabling.Elements Namespace