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