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


IRelationshipClassCollectionEdit.RemoveRelationshipClass Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRelationshipClassCollectionEdit.RemoveRelationshipClass Method

Removes the specified memory relationship class from a standalone table or layer.

[Visual Basic .NET]
Public Sub RemoveRelationshipClass ( _
    ByVal RelationshipClass As IRelationshipClass _
)
[C#]
public void RemoveRelationshipClass (
    IRelationshipClass RelationshipClass
);
[C++]
HRESULT RemoveRelationshipClass(
  IRelationshipClass* RelationshipClass
);
[C++]

Parameters RelationshipClass [in]
RelationshipClass is a parameter of type IRelationshipClass

Product Availability

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

See Also

IRelationshipClassCollectionEdit Interface