Click or drag to resize

CDBAddAssociatedLoad Method

Add this channel to the auto-load feature of the group.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AddAssociatedLoad(
	int group,
	int chan
)

public void AddAssociatedLoad(
	int group,
	int chan
)

Parameters

group
Type: SystemInt32
Line
chan
Type: SystemInt32
Channel
Remarks
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.
See Also