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


IConstructionJoinLinks.RemoveJoinLink Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionJoinLinks.RemoveJoinLink Method

Remove join link at the given index.

[Visual Basic .NET]
Public Sub RemoveJoinLink ( _
    ByVal i As Integer _
)
[C#]
public void RemoveJoinLink (
    int i
);
[C++]
HRESULT RemoveJoinLink(
  long i
);
[C++]

Parameters i [in] i is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructionJoinLinks Interface