GXSTRINGS class

class GXSTRINGS(handle=0)[source]

GXSTRINGS class.

The GXSTRINGS class is used for displaying digitization tools for interpretations

__init__(handle=0)[source]

Initialize self. See help(type(self)) for accurate signature.

is_null()[source]

Check if this is a null (undefined) instance

Returns

True if this is a null (undefined) instance, False otherwise.

Return type

bool

classmethod launch_digitization_ui(stringfile, feature_guid)[source]

Launch Digitization modeless window

Parameters
  • stringfile (str) – String file

  • feature_guid (str) – Definition guid

New in version 7.5.

License: Geosoft Open License

classmethod null()[source]

A null (undefined) instance of GXSTRINGS

Returns

A null GXSTRINGS

Return type

GXSTRINGS