API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR_AUTOMATIC Property / FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR_AUTOMATIC(Int32) Property

In This Topic
    FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR_AUTOMATIC(Int32) Property
    In This Topic
    Thermal design: Simultaneity factor (automatic) # 36044. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR_AUTOMATIC {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    This property is read-only..

    Is required for calculating the power dissipation. Displays the value of the simultaneity factor (if it exists). Otherwise the value from the project settings is used.

    See Also