Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPlcTemplatePosition Class / ConnectionPointDesignation Property

In This Topic
    ConnectionPointDesignation Property (MDPlcTemplatePosition)
    In This Topic
    The connection point designation of PLC template
    Syntax
    public new string ConnectionPointDesignation {get; set;}
    public:
    new property String^ ConnectionPointDesignation {
       String^ get();
       void set (    String^ value);
    }
    See Also