API Help
Eplan.EplApi.DataModel Namespace / PotentialDefinitionPropertyList Class / POTENTIAL_VALID_POTENTIALS Property / POTENTIAL_VALID_POTENTIALS(Int32) Property

In This Topic
    POTENTIAL_VALID_POTENTIALS(Int32) Property
    In This Topic
    Possible counter potentials # 33005. This property isn't indexed.
    Syntax
    public PropertyValue POTENTIAL_VALID_POTENTIALS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ POTENTIAL_VALID_POTENTIALS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Enter here which other potentials may be connected to the same consumer. This property is only used for information purposes and can be output in the potential overview for documentation purposes.

    See Also