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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The necessary time spent to build this planning object.

    See Also