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


INetworkLoader2.NumInvalidFeatures Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader2 Interface > INetworkLoader2.NumInvalidFeatures Property
ArcGIS Developer Help

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,
  System.Int32* 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