GXLMSG class

class GXLMSG(handle=0)

GXLMSG class.

Message class methods.

classmethod goto_point(x, y, z, ipj)

Sends a move cursor message

Parameters:
  • x (float) – X location
  • y (float) – Y location
  • z (float) – Z location
  • ipj (GXIPJ) – GXIPJ (if (GXIPJ)0, default coordinate system)

New in version 5.0.7.

License: Geosoft End-User License

is_null()

Check if this is a null (undefined) instance

Returns:True if this is a null (undefined) instance, False otherwise.
Return type:bool
classmethod null()

A null (undefined) instance of GXLMSG

Returns:A null GXLMSG
Return type:GXLMSG
classmethod view_area(x0, y0, x1, y1, ipj)

Sends a view area message

Parameters:
  • x0 (float) – X0 location
  • y0 (float) – Y0 location
  • x1 (float) – X1 location
  • y1 (float) – Y1 location
  • ipj (GXIPJ) – GXIPJ (if (GXIPJ)0, default coordinate system)

New in version 5.0.7.

License: Geosoft End-User License