Click or drag to resize

CSYSSavePTMP Method

Save a temporary copy of the parameter block.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int SavePTMP(
	CGXNETCore gxNetShared,
	string groups
)

public static int SavePTMP(
	CGXNETCore gxNetShared,
	string groups
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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