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


INetworkLoader2.NumInvalidFeatures Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoader2.NumInvalidFeatures Property

Number of features with invalid geometry in the given feature class.

[Visual Basic .NET]
Public Function get_NumInvalidFeatures ( _
    ByVal featureClassName As String _
) As Integer
[C#]
public int get_NumInvalidFeatures (
    string featureClassName
);
[C++]
HRESULT get_NumInvalidFeatures(
  BSTR featureClassName,
  long* pNumInvalidFeatures
);
[C++]

Parameters featureClassName [in] featureClassName is a parameter of type BSTR pNumInvalidFeatures [out, retval] pNumInvalidFeatures is a parameter of type long

Product Availability

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

Remarks

NumInvalidFeatures can only be called after the INetworkLoader::LoadNetwork method has been called.

See Also

INetworkLoader2 Interface

.NET Related Topics

Creating geometric networks within a geodatabase