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

In This Topic
    ValidItemTypes Property
    In This Topic
    Gets all available item types which can be set in Item property for the current function definition.
    Syntax
    public ItemType[] ValidItemTypes {get;}
    public:
    property array<ItemType>^ ValidItemTypes {
       array<ItemType>^ get();
    }

    Property Value

    array of item types which can be set in .ItemType property for the current function definition.
    See Also