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


ICadastralFabricUpdate.AdjustFabric Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricUpdate.AdjustFabric Method

Adjust the parcel fabric based upon the new point locations provided.

[Visual Basic .NET]
Public Sub AdjustFabric ( _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void AdjustFabric (
    ITrackCancel pTrackCancel
);
[C++]
HRESULT AdjustFabric(
  ITrackCancel* pTrackCancel
);
[C++]

Parameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadastralFabricUpdate Interface