Click or drag to resize
CSYSAddLineageParameter Method
Add a parameter to the current lineage object

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void AddLineageParameter(
	CGXNETCore gxNetShared,
	string name,
	string value
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Paramter Name
value
Type: SystemString
Parameter Value
See Also