Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStrip Class / Properties Property
Example

In This Topic
    Properties Property (TerminalStrip)
    In This Topic
    .NET Property enabling access to P8 properties of the TerminalStrip object.
    Syntax
    public new TerminalStripPropertyListComplete Properties {get;}
    public:
    new property TerminalStripPropertyListComplete^ Properties {
       TerminalStripPropertyListComplete^ get();
    }

    Property Value

    P8 properties of the TerminalStrip.
    Example
    TerminalStrip ts;//a valid TerminalStrip
    ts.Properties[Properties.TerminalStrip.DESIGNATION_PLANT] = "AP";
    int cnt = ts.Properties[Properties.TerminalStrip.TERMINALSTRIP_COUNTOFTERMINALS];
    See Also