Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit3D Class / Hide Method

In This Topic
    Hide Method
    In This Topic
    Makes a 3d object invisible in opened 3d graphic editor view.
    Syntax
    public void Hide( 
       Placement3D pPlacement3D
    )
    public:
    void Hide( 
       Placement3D^ pPlacement3D
    ) 

    Parameters

    pPlacement3D
    Exceptions
    ExceptionDescription
    Is thrown when parameter is null.
    Is thrown when parameter is invalid.
    Is thrown if the current license does not allow the execution of this task.
    If internal error has occured. Please check exception message.
    See Also