This document is archived and information here might be outdated. Recommended version. |
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*
TotalNumInvalidFeatures can only be called after the INetworkLoader::LoadNetwork method has been called.