| Visual Basic (Declaration) | |
|---|---|
<ComVisibleAttribute(False)> Public NotInheritable Class Feature | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ComVisibleAttribute(false)] public sealed class Feature | |
An example of accessing the first feature returned from a query on a LocalVectorLayer.
| 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.Feature
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.


~134.gif)

~134.gif)
Copy Code