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