This document is archived and information here might be outdated. Recommended version. |
Number of features with invalid geometry in the given feature class.
[Visual Basic .NET]
Public Function get_NumInvalidFeatures ( _
ByVal featureClassName As String _
) As Integer
[C#]
public int get_NumInvalidFeatures (
string featureClassName
);
[C++]
HRESULT get_NumInvalidFeatures(
BSTR featureClassName,
System.Int32* pNumInvalidFeatures
);
[C++] Parameters featureClassName [in]
featureClassName is a parameter of type BSTR pNumInvalidFeatures [out, retval]
pNumInvalidFeatures is a parameter of type long*
NumInvalidFeatures can only be called after the INetworkLoader::LoadNetwork method has been called.