API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CABLELENGTH Property / ARTICLE_CABLELENGTH(Int32) Property

In This Topic
    ARTICLE_CABLELENGTH(Int32) Property
    In This Topic
    Length (prefabricated) # 22055. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CABLELENGTH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CABLELENGTH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Property of a part variant. Length of the cable; is stored internally in the unit "meters" and is converted to the unit selected for the display.

    See Also