GXMXD class

class geosoft.gxapi.GXMXD
A MXD wraps and provides manipulation and usage for
the content of an ArcGIS MXD file.
static convert_to_map((str)arg1, (str)arg2) → None:
Create Geosoft map from ArcGIS MXD
Parameters:
  • arg1 (str) – ArcGIS MXD file name
  • arg2 (str) – Geosoft map file name
Returns:

Nothing

Return type:

None

New in version 9.0.0.

static create_metadata((str)arg1) → None:
Create metadata for this brand new MXD (we are the creator)
Parameters:arg1 (str) – MXD file name
Returns:Nothing
Return type:None

New in version 7.0.0.

is_null() → bool

Check if the instance of geosoft.gxapi.GXMXD is null (undefined)

Returns:True if this is a null instance of geosoft.gxapi.GXMXD, False otherwise.
Return type:bool`
static null() → GXMXD

A null (undefined) instance of geosoft.gxapi.GXMXD

Returns:A null geosoft.gxapi.GXMXD
Return type:geosoft.gxapi.GXMXD
static sync((str)arg1) → None:
Syncronize any Metadata for this MXD
Parameters:arg1 (str) – MXD file name
Returns:Nothing
Return type:None

New in version 7.0.0.