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

In This Topic
    Type Property (MDConnectionPointPosition)
    In This Topic
    The type of end treatment for the connection that will be connected to the connection point
    Syntax
    public int Type {get; set;}
    public:
    property int Type {
       int get();
       void set (    int value);
    }
    Remarks
    0=undefined, 1=cut, 2=strip, 3=crimp, 4=other, 5..64=used defined
    See Also