ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.GetJoinParcelPoint Method

Get a join parcel point co-ords.

[Visual Basic .NET]
Public Sub GetJoinParcelPoint ( _
    ByVal Id As Integer, _
    ByRef pX As Double, _
    ByRef pY As Double _
)
[C#]
public void GetJoinParcelPoint (
    int Id,
    ref double pX,
    ref double pY
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface