API Help
Eplan.EplApi.HEServices Namespace / Edit Class / OpenPageWithPlacement Method
Placement to be selected.

In This Topic
    OpenPageWithPlacement Method
    In This Topic
    Opens the page and selects the Placement passed as oPlacementToSelect. The Placement is selected in the graphic editor.
    Syntax
    public void OpenPageWithPlacement( 
       Placement oPlacementToSelect
    )
    public:
    void OpenPageWithPlacement( 
       Placement^ oPlacementToSelect
    ) 

    Parameters

    oPlacementToSelect
    Placement to be selected.
    Exceptions
    ExceptionDescription
    Is thrown in case of null \parameters.
    The graphics editor interface could not be created.
    See Also