Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartHierarchyPosition Class / Length Property

In This Topic
    Length Property (MDPartHierarchyPosition)
    In This Topic
    Returns the length of the position.
    Syntax
    public double Length {get; set;}
    public:
    property double Length {
       double get();
       void set (    double value);
    }
    Remarks
    The property can be set only in case of some parts (like cables, etc).
    See Also