 | CTBiFormat Method |
Returns the channel format for the specified column.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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