Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_CABLEDESIGNATION Property / ARTICLE_CABLEDESIGNATION Property

In This Topic
    ARTICLE_CABLEDESIGNATION Property
    In This Topic
    Cable / Conduit: Designation in graphic # 22064.
    Syntax
    public PropertyValue ARTICLE_CABLEDESIGNATION {get; set;}
    public:
    property PropertyValue^ ARTICLE_CABLEDESIGNATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property of a part variant. This field is provided for the entry of text to be later displayed next to the cable in the schematic, e.g., "OELFLEX-SERVO-FD 4G1.5+2x(2x0.75StD) CP". The multi-line entry is limited to 100 characters.

    See Also