Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiConnectableObjectType Enumeration
In This Topic
    ApiConnectableObjectType Enumeration
    In This Topic
    Type of connectable object. It can be set on rapid connector only.
    Syntax
    public enum ApiConnectableObjectType : System.Enum 
    Members
    MemberDescription
    Assembly Part type is assembly.
    ConnectableObject Part type is connectable object (motor, PLC etc.).
    Connector Part type is connector.
    Device Part type is device.
    NotSet Type of connectable object is not set.
    RelayContactor Part type is Relay, contactor.
    SensorSwitchPushbutton Part type is sensor, switch, pushbutton.
    SignalDevice Part type is signal device.
    Terminal Part type is terminal.
    WireTerminal Part type is wire terminal.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiConnectableObjectType

    See Also