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

In This Topic
Properties Property
In This Topic
.NET Property enabling access to P8 properties of the TerminalStrip object.
Syntax
public new TerminalStripPropertyListComplete Properties {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