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

In This Topic
    ItemType Property (Function3D)
    In This Topic
    Item type of this Function3D, corresponds to value of the 'Item' list in GUI.
    Syntax
    public ItemType ItemType {get; set;}
    public:
    property ItemType ItemType {
       ItemType get();
       void set (    ItemType value);
    }

    Property Value

    Item type of Function3D or if for Eplan.EplApi.DataModel.FunctionDefinition of this Function3D there exists only one ItemType value ItemType::Unknown will be returned.
    Exceptions
    ExceptionDescription
    Thrown when Enums::ItemType is not valid.
    See Also