API Help
Eplan.EplApi.MasterData Namespace / MDAccessoryPlacementPosition.BasePoint Enumeration

In This Topic
    MDAccessoryPlacementPosition.BasePoint Enumeration
    In This Topic
    Base points are predefined mounting points in a layout space where accessory placements can be installed. There are automatically generated and user defined base points.
    Syntax
    public enum MDAccessoryPlacementPosition.BasePoint : System.Enum 
    public enum class MDAccessoryPlacementPosition.BasePoint : public System.Enum 
    Members
    MemberValueDescription
    FrameProfileDownLeftBack2Frame profile horizontal floor: left rear (generated automatically)
    FrameProfileDownLeftFront1Frame profile horizontal floor: left front (generated automatically)
    FrameProfileDownRightBack4Frame profile horizontal floor: right rear (generated automatically)
    FrameProfileDownRightFront3Frame profile horizontal floor: right front (generated automatically)
    FrameProfileUpLeftBack6Frame profile horizontal cover: left rear (generated automatically)
    FrameProfileUpLeftFront5Frame profile horizontal cover: left front (generated automatically)
    FrameProfileUpRightBack8Frame profile horizontal cover: right rear (generated automatically)
    FrameProfileUpRightFront7Frame profile horizontal cover: right front (generated automatically)
    HousingExteriorDownLeftBack10Housing exterior: down left rear (generated automatically)
    HousingExteriorDownLeftFront9Housing exterior: down left front (generated automatically)
    HousingExteriorDownRightBack12Housing exterior: down right rear (generated automatically)
    HousingExteriorDownRightFront11Housing exterior: down right front (generated automatically)
    HousingExteriorUpLeftBack14Housing exterior: up left rear (generated automatically)
    HousingExteriorUpLeftFront13Housing exterior: up left front (generated automatically)
    HousingExteriorUpRightBack16Housing exterior: up right rear (generated automatically)
    HousingExteriorUpRightFront15Housing exterior: up right front (generated automatically)
    HousingIneriorTopRightFront23Housing interior: up right front (generated automatically)
    HousingInteriorDownLeftBack18Housing interior: down left rear (generated automatically)
    HousingInteriorDownLeftFront17Housing interior: down left front (generated automatically)
    HousingInteriorDownRightBack20Housing interior: down right rear (generated automatically)
    HousingInteriorDownRightFront19Housing interior: down right front (generated automatically)
    HousingInteriorTopLeftBack22Housing interior: up left rear (generated automatically)
    HousingInteriorTopLeftFront21Housing interior: up left front (generated automatically)
    HousingInteriorTopRightBack24Housing interior: up right rear (generated automatically)
    Undefined0Undefined base point.
    UserSupplementaryPoint125 
    UserSupplementaryPoint1034 
    UserSupplementaryPoint100124 
    UserSupplementaryPoint1135 
    UserSupplementaryPoint1236 
    UserSupplementaryPoint1337 
    UserSupplementaryPoint1438 
    UserSupplementaryPoint1539 
    UserSupplementaryPoint1640 
    UserSupplementaryPoint1741 
    UserSupplementaryPoint1842 
    UserSupplementaryPoint1943 
    UserSupplementaryPoint226 
    UserSupplementaryPoint2044 
    UserSupplementaryPoint2145 
    UserSupplementaryPoint2246 
    UserSupplementaryPoint2347 
    UserSupplementaryPoint2448 
    UserSupplementaryPoint2549 
    UserSupplementaryPoint2650 
    UserSupplementaryPoint2751 
    UserSupplementaryPoint2852 
    UserSupplementaryPoint2953 
    UserSupplementaryPoint327 
    UserSupplementaryPoint3054 
    UserSupplementaryPoint3155 
    UserSupplementaryPoint3256 
    UserSupplementaryPoint3357 
    UserSupplementaryPoint3458 
    UserSupplementaryPoint3559 
    UserSupplementaryPoint3660 
    UserSupplementaryPoint3761 
    UserSupplementaryPoint3862 
    UserSupplementaryPoint3963 
    UserSupplementaryPoint428 
    UserSupplementaryPoint4064 
    UserSupplementaryPoint4165 
    UserSupplementaryPoint4266 
    UserSupplementaryPoint4367 
    UserSupplementaryPoint4468 
    UserSupplementaryPoint4569 
    UserSupplementaryPoint4670 
    UserSupplementaryPoint4771 
    UserSupplementaryPoint4872 
    UserSupplementaryPoint4973 
    UserSupplementaryPoint529 
    UserSupplementaryPoint5074 
    UserSupplementaryPoint5175 
    UserSupplementaryPoint5276 
    UserSupplementaryPoint5377 
    UserSupplementaryPoint5478 
    UserSupplementaryPoint5579 
    UserSupplementaryPoint5680 
    UserSupplementaryPoint5781 
    UserSupplementaryPoint5882 
    UserSupplementaryPoint5983 
    UserSupplementaryPoint630 
    UserSupplementaryPoint6084 
    UserSupplementaryPoint6185 
    UserSupplementaryPoint6286 
    UserSupplementaryPoint6387 
    UserSupplementaryPoint6488 
    UserSupplementaryPoint6589 
    UserSupplementaryPoint6690 
    UserSupplementaryPoint6791 
    UserSupplementaryPoint6892 
    UserSupplementaryPoint6993 
    UserSupplementaryPoint731 
    UserSupplementaryPoint7094 
    UserSupplementaryPoint7195 
    UserSupplementaryPoint7296 
    UserSupplementaryPoint7397 
    UserSupplementaryPoint7498 
    UserSupplementaryPoint7599 
    UserSupplementaryPoint76100 
    UserSupplementaryPoint77101 
    UserSupplementaryPoint78102 
    UserSupplementaryPoint79103 
    UserSupplementaryPoint832 
    UserSupplementaryPoint80104 
    UserSupplementaryPoint81105 
    UserSupplementaryPoint82106 
    UserSupplementaryPoint83107 
    UserSupplementaryPoint84108 
    UserSupplementaryPoint85109 
    UserSupplementaryPoint86110 
    UserSupplementaryPoint87111 
    UserSupplementaryPoint88112 
    UserSupplementaryPoint89113 
    UserSupplementaryPoint933 
    UserSupplementaryPoint90114 
    UserSupplementaryPoint91115 
    UserSupplementaryPoint92116 
    UserSupplementaryPoint93117 
    UserSupplementaryPoint94118 
    UserSupplementaryPoint95119 
    UserSupplementaryPoint96120 
    UserSupplementaryPoint97121 
    UserSupplementaryPoint98122 
    UserSupplementaryPoint99123 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.MasterData.MDAccessoryPlacementPosition.BasePoint

    See Also