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

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 WriteGroupStorage(
	int group,
	string storage_name,
	CBF bf
)

Parameters

group
Type: SystemInt32
Group number
storage_name
Type: SystemString
Storage name
bf
Type: GeoEngine.Core.GXNetXCBF
BF to read from
See Also