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


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

ICadastralJoin.StartJoining Method

Setup parcel for joining.

[Visual Basic .NET]
Public Sub StartJoining ( _
    ByVal ParcelId As Integer, _
    ByVal RefX As Double, _
    ByVal RefY As Double _
)
[C#]
public void StartJoining (
    int ParcelId,
    double RefX,
    double RefY
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface