Click or drag to resize
CSYSAddLineageSource Method
Add a source 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 AddLineageSource(
	CGXNETCore gxNetShared,
	int source_type,
	string source_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
source_type
Type: SystemInt32
<define>SYS_LINEAGE_SOURCE</define>
source_name
Type: SystemString
Source Name
See Also