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

In This Topic
    ARTICLE_PLCOBJECT_DESCRIPTION(Int32) Property
    In This Topic
    Object description # 22038. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_PLCOBJECT_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PLCOBJECT_DESCRIPTION {
       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. Outputs the object description for parts in the "PLC" product group that has been entered in parts management on the "Properties" tab.

    See Also