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

In This Topic
    MaxCrossSectionAWG Property (MDConnectionPointPosition)
    In This Topic
    The maximal wire cross section AWG of the connection point
    Syntax
    public string MaxCrossSectionAWG {get; set;}
    public:
    property String^ MaxCrossSectionAWG {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    AWG stands for "American Wire Gauge" and designates the conductor cross-section of cables.
    See Also