 | CTBIFindColByIndex Method (Int32, String) |
Finds a column's name by its index.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IFindColByIndex(
int idx,
ref string name
)
public void IFindColByIndex(
int idx,
ref string name
)
Public Sub IFindColByIndex (
idx As Integer,
ByRef name As String
)
Public Sub IFindColByIndex (
idx As Integer,
ByRef name As String
)
public:
void IFindColByIndex(
int idx,
String^% name
)
public:
void IFindColByIndex(
int idx,
String^% name
)
member IFindColByIndex :
idx : int *
name : string byref -> unit
member IFindColByIndex :
idx : int *
name : string byref -> unit
Parameters
- idx
- Type: SystemInt32
Index of column to find - name
- Type: SystemString
Buffer for column name
See Also