 | CDBiGetLength Method |
Note: This API is now obsolete.
Returns the # of elements in a channel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public int iGetLength(
int line,
int chan
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public int iGetLength(
int line,
int chan
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iGetLength (
line As Integer,
chan As Integer
) As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iGetLength (
line As Integer,
chan As Integer
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iGetLength(
int line,
int chan
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iGetLength(
int line,
int chan
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iGetLength :
line : int *
chan : int -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iGetLength :
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
This method did not account for array channels correctly (you had to divide by the number of columns
to get the correct number of rows). Superseded by iGetChannelLength_DB.
See Also