This document is archived and information here might be outdated.  Recommended version.


INetSchema.ElementClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetSchema.ElementClass Property

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.

See Also

INetSchema Interface