Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_MODULE_ID Property / FUNC_MODULE_ID Property

In This Topic
    FUNC_MODULE_ID Property
    In This Topic
    DT ID # 20359.
    Syntax
    public PropertyValue FUNC_MODULE_ID {get; set;}
    public:
    property PropertyValue^ FUNC_MODULE_ID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    A module is a collection of parts that belong to a number of commonly nested devices. The subparts that belong to a module are identified via the DT ID.

    See Also