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.