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


IConstructionJoinLinks.RemoveJoinLink Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionJoinLinks Interface > IConstructionJoinLinks.RemoveJoinLink Method
ArcGIS Developer Help

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