API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointInfo Class / WireTerminationProcessings Property

In This Topic
    WireTerminationProcessings Property
    In This Topic
    Returns a map of ids and theirs names of all possible wire termination processings.
    Syntax
    public IDictionary<short,MultiLangString> WireTerminationProcessings {get;}
    public:
    property IDictionary<short,MultiLangString^>^ WireTerminationProcessings {
       IDictionary<short,MultiLangString^>^ get();
    }
    Remarks
    Some of them are default, the rest is user defined in the parts database. To change wire termination processing, set the property PART_TERMINAL_TYPEDEFAULT to index of an appropriate entry of WireTerminationProcessings array
    See Also