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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Line
i2
Type: SystemInt32
Channel
See Also