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

In This Topic
    FUNC_CABLEVOLTAGE(Int32) Property
    In This Topic
    Cables: Voltage # 20044. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLEVOLTAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLEVOLTAGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Voltage of the cable.

    See Also