Element class by index.
[Visual Basic .NET] Public Function get_ElementClass ( _ ByVal Index As Integer _ ) As INetElementClass
[C#] public INetElementClass get_ElementClass ( int Index );
[C++]
HRESULT get_ElementClass(
long Index,
INetElementClass** NetElementClass
);
[C++]Parameters
Index [in] Index is a parameter of type long NetElementClass [out, retval]NetElementClass is a parameter of type INetElementClass
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
ElementClass returns the NetElementClass specified by the in parameter.