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