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


ICadastralJoin.ComputeJoinResiduals Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralJoin Interface > ICadastralJoin.ComputeJoinResiduals Method
ArcGIS Developer Help

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