This document is archived and information here might be outdated. Recommended version. |
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
);