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

In This Topic
    DMPLAOBJECT_PRICE(Int32) Property
    In This Topic
    Calculation value # 44018. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECT_PRICE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PRICE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Estimated value that is required to realize the current planning object (for example an estimated price for a loop).

    See Also