| Visual Basic (Declaration) | |
|---|---|
<ComVisibleAttribute(False)> Public NotInheritable Class Field | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ComVisibleAttribute(false)] public sealed class Field | |
An example showing how to display the FieldName of each attribute associated with a feature. This example assumes there is a variable MyLocalVectorLayer pointing to a LocalVectorLayer (e.g. Shapefile).
| C# | Copy Code |
|---|---|
ESRI.ArcGIS.E2API.FeatureSet MyFeatureSet = MyLocalVectorLayer.QueryFeatures(null, | |
| Visual Basic | Copy Code |
|---|---|
Dim MyFeatureSet As ESRI.ArcGIS.E2API.FeatureSet = MyLocalVectorLayer.QueryFeatures(Nothing, _ | |
System.Object
ESRI.ArcGIS.E2API.Field
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This class was added to the E2API at version 1.0.0.348.
Copy Code