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

SetLastUsed Method
Sets the strName scheme as the current one. Value in node LastUsed will be strName
Syntax
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