 | CDBiGetChannelLength Method |
Returns the # of elements in a channel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetChannelLength(
int line,
int chan
)
public int iGetChannelLength(
int line,
int chan
)
Public Function iGetChannelLength (
line As Integer,
chan As Integer
) As Integer
Public Function iGetChannelLength (
line As Integer,
chan As Integer
) As Integer
public:
int iGetChannelLength(
int line,
int chan
)
public:
int iGetChannelLength(
int line,
int chan
)
member iGetChannelLength :
line : int *
chan : int -> int
member iGetChannelLength :
line : int *
chan : int -> int
Parameters
- line
- Type: SystemInt32
Line (read or write locked) - chan
- Type: SystemInt32
Channel (read or write locked)
Return Value
Type:
Int32# of elements
Remarks
Returns the actual number of data items (rows) in a channel. For VA channels no correction is
necessary for the number of columns.
See Also