Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_MAINTENANCE_CYCLE Property / FUNC_ARTICLE_MAINTENANCE_CYCLE(Int32) Property

In This Topic
    FUNC_ARTICLE_MAINTENANCE_CYCLE(Int32) Property
    In This Topic
    Maintenance cycle # 26638.
    Syntax
    public PropertyValue FUNC_ARTICLE_MAINTENANCE_CYCLE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_MAINTENANCE_CYCLE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    Describes the entire sequence of maintenance activities that must be performed within a specific time period or after a specific number of hours of operation. A maintenance cycle can include multiple maintenance intervals and ensures that all necessary maintenance work is performed over time.

    See Also