Click or drag to resize
CMVIEWiGroupStorageExists Method
Determine if generic storage associated with a group exists.

Available since Oasis montaj version: 9.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
External API users should not use storage names starting with "Geosoft"
Syntax
public int iGroupStorageExists(
	int group,
	string storage_name
)

Parameters

group
Type: SystemInt32
Group number
storage_name
Type: SystemString
Storage name

Return Value

Type: Int32
1 - storage exists, 0 - storage does not exist
See Also