Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / MinCrossSection Property

In This Topic
    MinCrossSection Property (ConnectionPointPosition)
    In This Topic
    Minimum cross section that can be connected to this connection point.
    Syntax
    public double MinCrossSection {get; set;}
    public:
    property double MinCrossSection {
       double get();
       void set (    double value);
    }
    See Also