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

In This Topic
    ARTICLE_CABLEWEIGHT(Int32) Property
    In This Topic
    Weight / length # 22067. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CABLEWEIGHT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CABLEWEIGHT {
       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. Entry here is relative to the unit kg/km, e.g., "67". Entry is limited to 10 characters.

    See Also