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

SelectProjectInPagesNavigator Method
Selects the project in pages navigator
Syntax
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