Click or drag to resize

CMVIEWWriteGroupStorage Method

Open generic existing storage associated with a group for reading.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void WriteGroupStorage(
	int group,
	string storage_name,
	CBF bf
)

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
Remarks
External API users should not use storage names starting with "Geosoft"
See Also