Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJECT_WORK_CELL Property / PROJECT_WORK_CELL Property

In This Topic
    PROJECT_WORK_CELL Property
    In This Topic
    AutomationML: Area # 10954.
    Syntax
    public PropertyValue PROJECT_WORK_CELL {get; set;}
    public:
    property PropertyValue^ PROJECT_WORK_CELL {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property can be used for the AutomationML export to specify an additional structure. If this property is filled, it is output in the AML file above the project structure defined by the identifier blocks.

    See Also