Click or drag to resize
CMVIEWDeleteGroupStorage Method
Deletes existing generic storage associated with a group.

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 void DeleteGroupStorage(
	int group,
	string storage_name
)

Parameters

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