Click or drag to resize

CMVIEWReadGroupStorage Method

Reads existing generic storage associated with a group into an in-memory BF.

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

public CBF ReadGroupStorage(
	int group,
	string storage_name
)

Parameters

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

Return Value

Type: CBF
BF Object
Remarks
External API users should not use storage names starting with "Geosoft"
See Also