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

In This Topic
    PROJ_REVISIONSPARENT Property
    In This Topic
    Revision: Original project name (complete) # 10151.
    Syntax
    public PropertyValue PROJ_REVISIONSPARENT {get; set;}
    public:
    property PropertyValue^ PROJ_REVISIONSPARENT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of original project from which the revision was generated, including file name extension and complete file path.

    See Also