Eplan Platform API
Eplan.EplApi.Base.Enums Namespace / ItemType Enumeration

ItemType Enumeration
An item is part of a device which cannot be further broken down, such as a motor, terminal, plug, auxiliary block, or cable.
Syntax
public enum ItemType : System.Enum 
Members
MemberValueDescription
DoorCommon14Door
DoorLeft15Door left
DoorRight16Door right
DrillingRect1000Square rectangle drilling
DrillingRectChamfer1002Chamfered rectangle drilling
DrillingRectRounded1001Rounded rectangle drilling
Floor9Floor
Plane10001Mounting surface
PlaneBack10003Mounting panel back
PlaneBottomPlate10040Area floor sheets
PlaneBottomPlateBottom10034Floor sheet outside
PlaneBottomPlateTop10033Floor sheet inside
PlaneCopper10047Mounting surface Copper
PlaneDoorInside10005Door inside
PlaneDoorLeftInside10007Door left inside
PlaneDoorLeftOutside10006Door left outside
PlaneDoorOutside10004Door outside
PlaneDoorRightInside10009Door right inside
PlaneDoorRightOutside10008Door right outside
PlaneFlangePlateBottom10045Flange plate outside
PlaneFlangePlateTop10044Flange plate inside
PlaneFront10002Mounting panel front
PlaneNCFront10039Mounting surface NC front
PlaneProfile10022Profile level
PlaneProfile19InchFront1004619-inch profile level
PlaneProfileBack10025Profile level back inside
PlaneProfileBackOutside10031Profile level back outside
PlaneProfileBackVertical10037Profile level back inside vertical
PlaneProfileBottom10027Profile level floor inside
PlaneProfileDoor10041Profile level door
PlaneProfileDoorLeft10042Profile level door left
PlaneProfileDoorRight10043Profile level door right
PlaneProfileFront10026Profile level front inside
PlaneProfileFrontOutside10032Profile level front outside
PlaneProfileFrontVertical10038Profile level front inside vertical
PlaneProfileLeft10023Profile level left inside
PlaneProfileLeftOutside10029Profile level left outside
PlaneProfileLeftVertical10035Profile level left inside vertical
PlaneProfileRight10024Profile level right inside
PlaneProfileRightOutside10030Profile level right outside
PlaneProfileRightVertical10036Profile level right inside vertical
PlaneProfileTop10028Profile level cover inside
PlaneWallBackInside10019Rear panel inside
PlaneWallBackOutside10018Rear panel outside
PlaneWallFloorInside10017Floor inside
PlaneWallFloorOutside10016Floor outside
PlaneWallInside10021Panel inside
PlaneWallLeftInside10011Side panel left inside
PlaneWallLeftOutside10010Side panel left outside
PlaneWallOutside10020Panel outside
PlaneWallRightInside10013Side panel right inside
PlaneWallRightOutside10012Side panel right outside
PlaneWallRoofInside10015Cover inside
PlaneWallRoofOutside10014Cover outside
ProfileCommon133Frame profile - general
ProfileHorizontal6Frame profile horizontal
ProfileHorizontalFloor138Frame profile horizontal floor
ProfileHorizontalRoof137Frame profile horizontal cover
ProfileVertical02Frame profile vertical left front
ProfileVertical13Frame profile vertical back
ProfileVertical24Frame profile vertical right back
ProfileVertical35Frame profile vertical right front
Roof10Roof plate
Unknown0Unknown
WallBack11Rear panel
WallCommon12Panel general
WallLeft7Side panel left
WallRight8Side panel right
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.Base.Enums.ItemType

See Also