Click or drag to resize
CDBAddAssociatedLoad Method
Add this channel to the auto-load feature of the group.

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
If the channel is not yet associated, it is first associated. If the channel is already in the associated-load list, this does nothing. As of v6.0, the load-status of channels is no longer stored in the database, but in the project, so this function is equivalent to calling Associate_DB.
Syntax
public void AddAssociatedLoad(
	int group,
	int chan
)

Parameters

group
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
See Also