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

In This Topic
    PROJ_REVISION_TEMP(Int32) Property
    In This Topic
    Revision: Temporary reference project # 10164. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_REVISION_TEMP( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_REVISION_TEMP {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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