Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ARTICLE_PARTIAL_LENGTH_VALUE Property / FUNC_ARTICLE_PARTIAL_LENGTH_VALUE(Int32) Property

In This Topic
    FUNC_ARTICLE_PARTIAL_LENGTH_VALUE(Int32) Property
    In This Topic
    Subset / length: Value # 31010.
    Syntax
    public PropertyValue FUNC_ARTICLE_PARTIAL_LENGTH_VALUE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_PARTIAL_LENGTH_VALUE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    Value of the subset of the part without information about the unit. At parts for cables, connections and their accessories (for example shrink tubes or insulating tubes) the contents of this property is evaluated as a length and the entry of decimal values is possible. Using the index, you can differentiate between 50 entries.

    See Also