Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / PotentialDefinitions Property

In This Topic
    PotentialDefinitions Property
    In This Topic
    Returns the PotentialDefinition related to this connection.
    Syntax
    public PotentialDefinition[] PotentialDefinitions {get;}
    public:
    property array<PotentialDefinition^>^ PotentialDefinitions {
       array<PotentialDefinition^>^ get();
    }

    Property Value

    An array of PotentialDefinitions related to this connection.
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to read PotentialDefinitions.
    See Also