Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit3D Class / OpenInstallationSpaceWithPlacement3D Method
Placement to be selected.

In This Topic
    OpenInstallationSpaceWithPlacement3D Method
    In This Topic
    Opens the installation space and selects the Placement passed as oPlacement. The Placement is selected in the graphic editor.
    Syntax
    public void OpenInstallationSpaceWithPlacement3D( 
       Placement3D oPlacement
    )
    public:
    void OpenInstallationSpaceWithPlacement3D( 
       Placement3D^ oPlacement
    ) 

    Parameters

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