API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList 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 PropertyValue ARTICLE_CABLETYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CABLETYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ 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