EOS_GD_DETACH
Syntax | Return Value | Arguments | Keywords | Examples | Version History | See Also
This function detaches from the grid interface. This routine should be run before exiting from the grid file for every grid opened by EOS_GD_CREATE or EOS_GD_ATTACH.
Syntax
Result = EOS_GD_DETACH(gridID)
Return Value
Returns SUCCEED(0) if successful and FAIL(–1) otherwise.
Arguments
gridID
Grid id (long) returned by EOS_GD_CREATE or EOS_GD_ATTACH.
Keywords
None
Examples
In this example, we detach a grid structure:
Version History