This document is archived and information here might be outdated. Recommended version. |
Returns a collection of fields in the given table/feature class based on a query string and type.
[Visual Basic .NET]
Public Function ListFields ( _
ByRef pInputValue As Object, _
[ByRef wildCard As Object], _
[ByRef FieldType As Object] _
) As Object
[C#]
public object ListFields (
ref object pInputValue,
ref object wildCard,
ref object FieldType
);
[C++]
HRESULT ListFields(
Variant* pInputValue,
Variant* wildCard,
Variant* FieldType
);
[C++] Parameters pInputValue [in]
pInputValue is a parameter of type VARIANT* wildCard [in, optional]
wildCard is a parameter of type VARIANT* FieldType [in, optional]
FieldType is a parameter of type VARIANT*