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


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

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