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

In This Topic
    ARTICLE_PLCTYPE(Int32) Property
    In This Topic
    PLC type designation # 22105. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_PLCTYPE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PLCTYPE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. PLC type designation of a PLC card. The part allocation during the import of PLC configuration files is carried out on the basis of this property (in as far as no device description file is specified). The entry has to be carried out in exactly the same notation as in the hardware catalog of the manufacturer. In the simplest case the PLC type designation corresponds to the order number. During a part selection or device selection the property is filled with the corresponding value from the parts management. The property is transferred to the main function at a part selection or device selection.

    See Also