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


IMemoryRelationshipClassFactory Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMemoryRelationshipClassFactory Interface
ArcGIS Developer Help

IMemoryRelationshipClassFactory Interface

Provides access to members that open a memory relationship class.

Product Availability

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

Members

Name Description
Method Open Opens the memory relationship class specified by the given properties.

Classes that implement IMemoryRelationshipClassFactory

Classes Description
MemoryRelationshipClassFactory Object used to create memory relationship class objects.

Remarks

The IMemoryRelationshipClassFactory interface provides an Open method that creates a new MemoryRelationshipClass.

See MemoryRelationshipClass for more information on MemoryRelationship Classes.

See Also

IRelationshipClass Interface | Relationship Class