Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / ItemType Property

In This Topic
    ItemType Property (Plane)
    In This Topic
    Item type of a Plane.
    Syntax
    public ItemType ItemType {get; set;}
    public:
    property ItemType ItemType {
       ItemType get();
       void set (    ItemType value);
    }
    Exceptions
    ExceptionDescription
    Thrown when Function3D::Enums::ItemType is not valid.
    See Also