API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_CABLELENGTH( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CABLELENGTH {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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