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


IGeometricNetwork.ClassesByType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeometricNetwork.ClassesByType Property

The FeatureClasses containing Features of the specified type.

[Visual Basic .NET]
Public Function get_ClassesByType ( _
    ByVal Type As esriFeatureType _
) As IEnumFeatureClass
[C#]
public IEnumFeatureClass get_ClassesByType (
    esriFeatureType Type
);
[C++]
HRESULT get_ClassesByType(
  esriFeatureType Type,
  IEnumFeatureClass** featureClasses
);
[C++]

Parameters Type [in]
Type is a parameter of type esriFeatureType featureClasses [out, retval]
featureClasses is a parameter of type IEnumFeatureClass

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeometricNetwork Interface