This document is archived and information here might be outdated. Recommended version. |
The nth feature.
[Visual Basic .NET] Public Function get_Feature ( _ ByVal Index As Integer _ ) As IFeature
[C#] public IFeature get_Feature ( int Index );
[C++]
HRESULT get_Feature(
long Index,
IFeature** Feature
);
[C++] Parameters Index [in]
Index is a parameter of type long Feature [out, retval]
Feature is a parameter of type IFeature**