API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_POTENTIALTYPE_TERMINALPOINTS Property / FUNC_POTENTIALTYPE_TERMINALPOINTS(Int32) Property

In This Topic
    FUNC_POTENTIALTYPE_TERMINALPOINTS(Int32) Property
    In This Topic
    Potential type of connection points # 20166. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_POTENTIALTYPE_TERMINALPOINTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_POTENTIALTYPE_TERMINALPOINTS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Provides the potential type of the connection points, when this is the same for all function connection points. Otherwise the "Undefined" potential type is output instead.

    See Also