Click or drag to resize

CDBSetChanFormat Method

This method sets a channel's display format.

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

public void SetChanFormat(
	int chan,
	int format
)

Parameters

chan
Type: SystemInt32
Channel handle
format
Type: SystemInt32
<define>DB_CHAN_FORMAT</define>
Remarks
The channel must be locked <define>DB_LOCK_READWRITE</define>
See Also