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


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

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