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

In This Topic
    ARTICLE_CABLETYPE Property
    In This Topic
    Cable type / Type designation # 22030.
    Syntax
    public MDPropertyValue ARTICLE_CABLETYPE {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CABLETYPE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. The cable type describes the physical properties of the cable. Entry is limited to 40 characters.

    See Also