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

In This Topic
    MinCrossSectionAWG Property (ConnectionPointPosition)
    In This Topic
    Minimum cross section AWG that can be connected to this connection point.
    Syntax
    public string MinCrossSectionAWG {get; set;}
    public:
    property String^ MinCrossSectionAWG {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    AWG stands for "American Wire Gauge" and designates the conductor cross-section of cables.
    See Also