ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin3.GetJoinRecordInfo Method

Get Info on a Join record.

[Visual Basic .NET]
Public Sub GetJoinRecordInfo ( _
    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 GetJoinRecordInfo (
    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

ICadastralJoin3 Interface