Click or drag to resize

CMVIEWDeleteGroupStorage Method

Deletes existing generic storage associated with a group.

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

public void DeleteGroupStorage(
	int group,
	string storage_name
)

Parameters

group
Type: SystemInt32
Group number
storage_name
Type: SystemString
Storage name
Remarks
External API users should not use storage names starting with "Geosoft"
See Also