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


ICadastralJoin3.PutJoinParcelPoint 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.PutJoinParcelPoint Method
ArcGIS Developer Help

ICadastralJoin3.PutJoinParcelPoint Method

Put a join parcel point co-ords.

[Visual Basic .NET]
Public Sub PutJoinParcelPoint ( _
    ByVal Id As Integer, _
    ByVal X As Double, _
    ByVal Y As Double _
)
[C#]
public void PutJoinParcelPoint (
    int Id,
    double X,
    double Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin3 Interface