API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointPosition Class / MinTighteningTorque Property

In This Topic
    MinTighteningTorque Property (MDConnectionPointPosition)
    In This Topic
    It describes the minimum force with which, for example, a screw is tightened
    Syntax
    public double MinTighteningTorque {get; set;}
    public:
    property double MinTighteningTorque {
       double get();
       void set (    double value);
    }
    See Also