 | CTBiFormat Method |
Returns the channel format for the specified column.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic int iFormat(
int col
)
public int iFormat(
int col
)
Public Function iFormat (
col As Integer
) As Integer
Public Function iFormat (
col As Integer
) As Integer
public:
int iFormat(
int col
)
public:
int iFormat(
int col
)
member iFormat :
col : int -> int
member iFormat :
col : int -> int
Parameters
- col
- Type: SystemInt32
Column of element to Get
Return Value
Type:
Int32<define>DB_CHAN_FORMAT</define>
See Also