ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.JoinLinkInfo Method

Get Info about a Join Link. The join link index specified is ordinal

[Visual Basic .NET]
Public Sub JoinLinkInfo ( _
    ByVal index As Integer, _
    ByRef pNetworkPt As Integer, _
    ByRef pParcelPt As Integer, _
    ByRef pResidualX As Double, _
    ByRef pResidualY As Double, _
    ByRef pNetworkPtX As Double, _
    ByRef pNetworkPtY As Double, _
    ByRef pParcelPtX As Double, _
    ByRef pParcelPtY As Double, _
    ByRef pLinePtX As Double, _
    ByRef pLinePtY As Double _
)
[C#]
public void JoinLinkInfo (
    int index,
    ref int pNetworkPt,
    ref int pParcelPt,
    ref double pResidualX,
    ref double pResidualY,
    ref double pNetworkPtX,
    ref double pNetworkPtY,
    ref double pParcelPtX,
    ref double pParcelPtY,
    ref double pLinePtX,
    ref double pLinePtY
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface