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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
External API users should not use storage names starting with "Geosoft"
Syntax
public int iGroupStorageExists(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
Group number
str2
Type: SystemString
Storage name

Return Value

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