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

In This Topic
    MaxCrossSection Property (MDConnectionPointPosition)
    In This Topic
    The maximal wire cross section of the connection point
    Syntax
    public double MaxCrossSection {get; set;}
    public:
    property double MaxCrossSection {
       double get();
       void set (    double value);
    }
    See Also