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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The power consumption necessary to operate this planning object.

    See Also