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

In This Topic
    PROJ_REVISION_TEMP Property
    In This Topic
    Revision: Temporary reference project # 10164.
    Syntax
    public PropertyValue PROJ_REVISION_TEMP {get; set;}
    public:
    property PropertyValue^ PROJ_REVISION_TEMP {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Specifies whether it is a temporary reference project. (Temporary reference projects can be deleted at any time.)

    See Also