Eplan Platform API
Eplan.EplApi.HEServices Namespace / Placement3DService.AlignmentDirection Enumeration

In This Topic
    Placement3DService.AlignmentDirection Enumeration
    In This Topic
    Mounting rail alignments
    Syntax
    public enum Placement3DService.AlignmentDirection : System.Enum 
    public enum class Placement3DService.AlignmentDirection : public System.Enum 
    Members
    MemberValueDescription
    MoveLeft2Move placements together to the left side of the rail.
    MoveLeftInGroup0Move placements together to the leftmost placement in group.
    MoveRight3Move placements together to the right side of the rail.
    MoveRightInGroup1Move placements together to the rightmost placement in group.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.Placement3DService.AlignmentDirection

    See Also