 | CDBiGetChanFormat Method |
This method Gets a channel's display format for a
given channel handle.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetChanFormat(
int chan
)
public int iGetChanFormat(
int chan
)
Public Function iGetChanFormat (
chan As Integer
) As Integer
Public Function iGetChanFormat (
chan As Integer
) As Integer
public:
int iGetChanFormat(
int chan
)
public:
int iGetChanFormat(
int chan
)
member iGetChanFormat :
chan : int -> int
member iGetChanFormat :
chan : int -> int
Parameters
- chan
- Type: SystemInt32
Channel handle
Return Value
Type:
Int32Channel display format
Remarks
The returned format is one of the <define>DB_CHAN_FORMAT</define>.
The channel must be locked <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
See Also