Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_CODING Property / ARTICLE_CODING Property

In This Topic
    ARTICLE_CODING Property
    In This Topic
    Plugs: Coding # 22103.
    Syntax
    public MDPropertyValue ARTICLE_CODING {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CODING {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Coding is useful in order to distinguish between several plugs. Entry is limited to 10 characters.

    See Also