Click or drag to resize
CMVIEWWriteGroupStorage Method
Open generic existing storage associated with a group for reading.

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

Parameters

i1
Type: SystemInt32
Group number
str2
Type: SystemString
Storage name
oBF3
Type: GeoEngine.Core.GXNetCBF
BF to read from
See Also