API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_PRICE_TOTAL Property / DMPLAOBJECT_PRICE_TOTAL(Int32) Property

In This Topic
    DMPLAOBJECT_PRICE_TOTAL(Int32) Property
    In This Topic
    Total calculation value # 44019. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_PRICE_TOTAL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PRICE_TOTAL {
       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..

    Displays the total of the calculation values that were estimated for the realization of the current segment. To this purpose the calculation values 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