API Help
Eplan.EplApi.HEServices Namespace / Edit Class / SelectProjectInPagesNavigator Method
project to select

In This Topic
    SelectProjectInPagesNavigator Method
    In This Topic
    Selects the project in pages navigator
    Syntax
    public bool SelectProjectInPagesNavigator( 
       Project oProject
    )
    public:
    bool SelectProjectInPagesNavigator( 
       Project^ oProject
    ) 

    Parameters

    oProject
    project to select

    Return Value

    true if operation succeeded and false if not.
    Exceptions
    ExceptionDescription
    Invalid parameters found.
    Null was passed to a parameter.
    The internal interface could not be created.
    An error occurred. Please refer to the exception message.
    See Also