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


ICadastralJoin.ComputeJoinResiduals Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.ComputeJoinResiduals Method

Compute the transform of the Join Parcel to the network.

[Visual Basic .NET]
Public Sub ComputeJoinResiduals ( _
    ByVal tolerance As Double, _
    ByRef pRotation As Double, _
    ByRef pScale As Double _
)
[C#]
public void ComputeJoinResiduals (
    double tolerance,
    ref double pRotation,
    ref double pScale
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface