API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJECT_POWERDISSIPATION_VOLTAGE Property / PROJECT_POWERDISSIPATION_VOLTAGE(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Voltage for calculating the power dissipation.

    See Also