 | 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
Syntaxpublic void AddAssociatedLoad(
int group,
int chan
)
public void AddAssociatedLoad(
int group,
int chan
)
Public Sub AddAssociatedLoad (
group As Integer,
chan As Integer
)
Public Sub AddAssociatedLoad (
group As Integer,
chan As Integer
)
public:
void AddAssociatedLoad(
int group,
int chan
)
public:
void AddAssociatedLoad(
int group,
int chan
)
member AddAssociatedLoad :
group : int *
chan : int -> unit
member AddAssociatedLoad :
group : int *
chan : int -> unit
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