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

In This Topic
    PartNumberTerminal Property
    In This Topic
    Part number that the distributed main terminal with 'Normal' 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 PartNumberTerminal {get; set;}
    public:
    property String^ PartNumberTerminal {
       String^ get();
       void set (    String^ value);
    }
    See Also