ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.MoveJoinParcel Method

Move the Join Parcel.

[Visual Basic .NET]
Public Sub MoveJoinParcel ( _
    ByVal dX As Double, _
    ByVal dY As Double _
)
[C#]
public void MoveJoinParcel (
    double dX,
    double dY
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface