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

In This Topic
    PROJ_ORIGIN Property
    In This Topic
    Project: Template # 10069.
    Syntax
    public PropertyValue PROJ_ORIGIN {get; set;}
    public:
    property PropertyValue^ PROJ_ORIGIN {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Displays the template (basic project, or, for a copied project, the source project) from which the project was created. To differentiate, the file extension is displayed in addition to the file name.

    See Also