GXSTORAGEPROJECT class¶
- class GXSTORAGEPROJECT(handle=0)[source]¶
GXSTORAGEPROJECT class.
Project Storage.
- classmethod close()[source]¶
Close the project storage.
New in version 9.4.
License: Geosoft Open License
- 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 null()[source]¶
A null (undefined) instance of
GXSTORAGEPROJECT
- Returns:
A null
GXSTORAGEPROJECT
- Return type:
- classmethod open(name)[source]¶
Open a project storage.
- Parameters:
name (str) – Project File Name
New in version 9.4.
License: Geosoft Open License
- classmethod remove_dataset(name)[source]¶
Remove this dataset from the project.
- Parameters:
name (str) – Dataset File Name
New in version 9.4.
License: Geosoft Open License