This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader2 Interface > INetworkLoader2.TotalNumInvalidFeatures Property (ArcObjects .NET 10.4 SDK) |
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
TotalNumInvalidFeatures can only be called after the INetworkLoader::LoadNetwork method has been called.