ArcObjects Library Reference (NetworkAnalysis)  

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(
  long* 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