Click or drag to resize
CSYSSavePTMP Method
Save a temporary copy of the parameter block.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
All PTMP instances will be destroyed on exit.
Syntax
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.
See Also