API Help
Eplan.EplApi.HEServices Namespace / TerminalsService.OptimizeDistributedTerminalsConfig Class / PartNumberTerminalPE Property

In This Topic
    PartNumberTerminalPE Property
    In This Topic
    Part number that the distributed main terminal with 'PE' potential will get. If the part contains a function definition, this function definition will be the new function definition of the terminal. By default, this option is empty.
    Syntax
    public string PartNumberTerminalPE {get; set;}
    public:
    property String^ PartNumberTerminalPE {
       String^ get();
       void set (    String^ value);
    }
    See Also