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


INetworkLoader2.TotalNumInvalidFeatures 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.TotalNumInvalidFeatures Property
ArcGIS Developer Help

INetworkLoader2.TotalNumInvalidFeatures Property

Total number of features with invalid geometry.

[Visual Basic .NET]
Public ReadOnly Property TotalNumInvalidFeatures As Integer
[C#]
public int TotalNumInvalidFeatures {get;}
[C++]
HRESULT get_TotalNumInvalidFeatures(
  System.Int32* pTotalNumInvalidFeatures
);
[C++]
Parameters
pTotalNumInvalidFeatures [out, retval]

pTotalNumInvalidFeatures is a parameter of type long*

Product Availability

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

Remarks

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

See Also

INetworkLoader2 Interface