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

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