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


ICadastralValidation.CheckFabric Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralValidation Interface > ICadastralValidation.CheckFabric Method
ArcGIS Developer Help

ICadastralValidation.CheckFabric Method

Check the network integrity of an entire fabric.

[Visual Basic .NET]
Public Function CheckFabric ( _
    ByVal pCF As ICadastralFabric, _
    ByVal pTrackCancel As ITrackCancel _
) As IEnumCadastralFeatureError
[C#]
public IEnumCadastralFeatureError CheckFabric (
    ICadastralFabric pCF,
    ITrackCancel pTrackCancel
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralValidation Interface