Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / CheckIfSchemeExists Method
Scheme name to check

In This Topic
    CheckIfSchemeExists Method
    In This Topic
    Checks whether a scheme is defined.
    Syntax
    public bool CheckIfSchemeExists( 
       string strName
    )
    public:
    bool CheckIfSchemeExists( 
       String^ strName
    ) 

    Parameters

    strName
    Scheme name to check

    Return Value

    True: Scheme exists; False: No scheme defined
    See Also