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

In This Topic
    MinCrossSectionAWG Property (MDConnectionPointPosition)
    In This Topic
    The minimal wire cross section AWG of the 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