GXSTORAGEPROJECT class

class GXSTORAGEPROJECT(handle=0)

GXSTORAGEPROJECT class.

Project Storage.

classmethod close()

Close the project storage.

New in version 9.4.

License: Geosoft Open 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 GXSTORAGEPROJECT

Returns:A null GXSTORAGEPROJECT
Return type:GXSTORAGEPROJECT
classmethod open(name)

Open a project storage.

Parameters:name (str) – Project File Name

New in version 9.4.

License: Geosoft Open License

classmethod remove_dataset(name)

Remove this dataset from the project.

Parameters:name (str) – Dataset File Name

New in version 9.4.

License: Geosoft Open License