EOS_GD_DEFORIGIN
Syntax | Return Value | Arguments | Keywords | Examples | Version History
This function defines the origin of the grid data. This allows the user to select any corner of the grid as the origin.
Syntax
Result = EOS_GD_DEFORIGIN(gridID, origincode)
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.
origincode
Location of the origin (long) of the grid data. The allowable values are:
Keywords
None
Examples
In this Example we define the origin of the grid to be the Lower Right corner:
Version History