API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PIECETYPE Property / ARTICLE_PIECETYPE(Int32) Property

In This Topic
    ARTICLE_PIECETYPE(Int32) Property
    In This Topic
    Part group # 22027. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_PIECETYPE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PIECETYPE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Part groups are used to group parts of the same type, e.g., in heat or vibration sensitive items. A maximum of 10 characters can be entered into this field.

    See Also