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

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