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

In This Topic
    ARTICLE_CABLETYPE(Int32) Property
    In This Topic
    Cable type / Type designation # 22030. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_CABLETYPE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CABLETYPE {
       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. The cable type describes the physical properties of the cable. Entry is limited to 40 characters.

    See Also