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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Frequency for calculating the power dissipation.

    See Also