ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin2.JoinLinkInfoEx Method

Get Info about a Join Link.

[Visual Basic .NET]
Public Sub JoinLinkInfoEx ( _
    ByVal index As Integer, _
    ByVal eLinkIndexType As enumGSJoinLinkIndexType, _
    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 JoinLinkInfoEx (
    int index,
    enumGSJoinLinkIndexType eLinkIndexType,
    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

ICadastralJoin2 Interface