ArcObjects Library Reference (GeoDatabase) |
|
Retrieves the next Feature in the enumeration sequence.
[Visual Basic .NET]
Public Function Next ( _
) As IFeature
[C#]
public IFeature Next (
);
[C++]
HRESULT Next(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IEnumFeature Interface
.NET Snippets
Create Graphic Buffers around Selected Features |
Add Hyperlink |
Flip Line Direction
.NET Samples
Implementing an XML builder external component (Code Files:
XMLDocImpl) |
Move a graphic along a path in ArcMap (Code Files:
cmdMoveGraphicAlongPath)