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

In This Topic
    DMPLAOBJECT_PLANNINGTIME_TOTAL Property
    In This Topic
    Total expenditure planning # 44013.
    Syntax
    public PropertyValue DMPLAOBJECT_PLANNINGTIME_TOTAL {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PLANNINGTIME_TOTAL {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    It displays the total of the time that was estimated for the planning of the current segment. To this purpose the required times 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