Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDMechanicsFunctionDefinition Class / ItemType Property

In This Topic
    ItemType Property (MDMechanicsFunctionDefinition)
    In This Topic
    Gets/Sets item of the function definition.
    Syntax
    public ItemType ItemType {get; set;}
    public:
    property ItemType ItemType {
       ItemType get();
       void set (    ItemType value);
    }

    Property Value

    Placement3D::Enums::AdditionalType enum value.
    Exceptions
    ExceptionDescription
    Thrown if cannot set given Placement3D::Enums::AdditionalType enum value from parameter for the current function definition.
    See Also