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

    Parameter NameDescription
    oPlacementPlacement to be selected.
    Exceptions
    ExceptionDescription
    Is thrown in case of NULL parameters.
    The graphics editor interface could not be created.
    See Also