API Help
Eplan.EplApi.HEServices Namespace / Edit3D Class / Unhide Method

In This Topic
    Unhide Method
    In This Topic
    Makes a 3d object visible in opened 3d graphic editor view.
    Syntax
    public void Unhide( 
       Placement3D pPlacement3D
    )
    public:
    void Unhide( 
       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.
    Remarks
    This method does not change automatically current viewpoint or open a 3D view.
    See Also