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


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

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