Click or drag to resize

CSYSSavePTMP Method

Save a temporary copy of the parameter block.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int SavePTMP(
	string groups
)

public static int SavePTMP(
	string groups
)

Parameters

groups
Type: SystemString
Group Name to save, "" for everything.

Return Value

Type: Int32
PTMP handle.
Remarks
All PTMP instances will be destroyed on exit.
See Also