Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / SetLastUsed Method
Name of the scheme to which LastUsed is to be set.

In This Topic
    SetLastUsed Method
    In This Topic
    Sets the strName scheme as the current one. Value in node LastUsed will be strName
    Syntax
    public void SetLastUsed( 
       string strName
    )
    public:
    void SetLastUsed( 
       String^ strName
    ) 

    Parameters

    strName
    Name of the scheme to which LastUsed is to be set.
    Exceptions
    ExceptionDescription
    Thrown when strName is null.
    Thrown when strName is empty.
    Thrown when strName is not a valid last used scheme.
    See Also