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


ICadastralJoin.JoinLinkCount Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.JoinLinkCount Method

Get number of join links.

[Visual Basic .NET]
Public Sub JoinLinkCount ( _
    ByRef pNumJoins As Integer, _
    ByRef pNumTwoPts As Integer _
)
[C#]
public void JoinLinkCount (
    ref int pNumJoins,
    ref int pNumTwoPts
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface