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

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

    Property Value

    P8 properties of the PlugStrip.
    Example
    PlugStrip ps;//a valid PlugStrip
    ps.Properties[Properties.PlugStrip.DESIGNATION_PLANT] = "AP";
    int cnt = ps.Properties[Properties.PlugStrip.PLUGSTRIP_COUNTOFPE];
    See Also