Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService.Deletion Enumeration

In This Topic
    ConnectionService.Deletion Enumeration
    In This Topic
    Mode for deleting wire designations and connection definition points
    Syntax
    public enum ConnectionService.Deletion : System.Enum 
    public enum class ConnectionService.Deletion : public System.Enum 
    Members
    MemberValueDescription
    ConnectionDefinitionPoints1delete only those connection definition points that have unspecified designations (i.e. those that have CONNECTION_DESIGNATION property empty)
    Designations0delete only designations
    DesignationsAndCDPs2delete designation and connection definition points
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.ConnectionService.Deletion

    See Also