This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralValidation Interface > ICadastralValidation.CheckFabricParcelSubset Method (ArcObjects .NET 10.4 SDK) |
Check the network integrity of a subset of parcels.
[Visual Basic .NET] Public Function CheckFabricParcelSubset ( _ ByVal pCF As ICadastralFabric, _ ByVal pParcelIDs As IFIDSet, _ ByVal pTrackCancel As ITrackCancel _ ) As IEnumCadastralFeatureError
[C#] public IEnumCadastralFeatureError CheckFabricParcelSubset ( ICadastralFabric pCF, IFIDSet pParcelIDs, ITrackCancel pTrackCancel );