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


ICadastralValidation.CheckFabric Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Cadastral)  

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