API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / MaxCrossSection Property

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