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

In This Topic
    PROJECT_AREA Property
    In This Topic
    AutomationML: Building # 10952.
    Syntax
    public PropertyValue PROJECT_AREA {get; set;}
    public:
    property PropertyValue^ PROJECT_AREA {
       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