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

Hide Method
Makes a 3d object invisible in opened 3d graphic editor view.
Syntax
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