Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_POWER_REQUIREMENT_TOTAL Property / DMPLAOBJECT_POWER_REQUIREMENT_TOTAL Property

In This Topic
    DMPLAOBJECT_POWER_REQUIREMENT_TOTAL Property
    In This Topic
    Total power consumption # 44011.
    Syntax
    public PropertyValue DMPLAOBJECT_POWER_REQUIREMENT_TOTAL {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_POWER_REQUIREMENT_TOTAL {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Displays the total of the required power consumption that was estimated for the realization of the current segment. To this purpose the required power consumption of the current segment (at a planning object) and of all the planning objects lying below this segment are added up. The property is available in reports.

    See Also