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


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

ICadastralPacket.CreateJoinSession Method

Create a Join Session.

[Visual Basic .NET]
Public Function CreateJoinSession ( _
    ByVal Id As Integer _
) As ICadastralJoin
[C#]
public ICadastralJoin CreateJoinSession (
    int Id
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacket Interface