Click or drag to resize
CMVIEWReadGroupStorage Method
Reads existing generic storage associated with a group into an in-memory BF.

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 CBF ReadGroupStorage(
	int i1,
	string str2
)

Parameters

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

Return Value

Type: CBF
BF Object
See Also