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


INetworkLoader2.TotalNumInvalidFeatures Property (ArcObjects .NET 10.4 SDK)
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

.NET Related Topics

Creating geometric networks within a geodatabase