API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_REVISIONSPARENT Property / PROJ_REVISIONSPARENT(Int32) Property

In This Topic
    PROJ_REVISIONSPARENT(Int32) Property
    In This Topic
    Revision: Original project name (complete) # 10151. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_REVISIONSPARENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_REVISIONSPARENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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