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


ICadastralJoin.MoveJoinParcel 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.MoveJoinParcel Method
ArcGIS Developer Help

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