Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / UserRights Class / IsRightExisting Method
Name of the right as a string

In This Topic
    IsRightExisting Method
    In This Topic
    Returns the right existance
    Syntax
    public bool IsRightExisting( 
       string strRightname
    )
    public:
    bool IsRightExisting( 
       String^ strRightname
    ) 

    Parameters

    strRightname
    Name of the right as a string

    Return Value

    The existance status
    See Also