Eplan Platform API
Eplan.EplApi.DataModel Namespace / InterruptionPoint Class / Properties Property

In This Topic
    Properties Property (InterruptionPoint)
    In This Topic
    Allows user access to InterruptionPoint properties.
    Syntax
    public new InterruptionPointPropertyList Properties {get;}
    public:
    new property InterruptionPointPropertyList^ Properties {
       InterruptionPointPropertyList^ get();
    }

    Property Value

    InterruptionPointPropertyList - list of this InterruptionPoint properties.
    See Also