ArcFM Engine Developer Guide
GetRelationshipClass Method (InspectorUtils)


Syntax
'Declaration
 
Public Shared Function GetRelationshipClass( _
   ByVal sourceObjectClass As IObjectClass, _
   ByVal destinationObjectClass As IObjectClass _
) As ESRI.ArcGIS.Geodatabase.IRelationshipClass
'Usage
 
Dim sourceObjectClass As IObjectClass
Dim destinationObjectClass As IObjectClass
Dim value As ESRI.ArcGIS.Geodatabase.IRelationshipClass
 
value = InspectorUtils.GetRelationshipClass(sourceObjectClass, destinationObjectClass)
public static ESRI.ArcGIS.Geodatabase.IRelationshipClass GetRelationshipClass( 
   IObjectClass sourceObjectClass,
   IObjectClass destinationObjectClass
)

Parameters

sourceObjectClass
destinationObjectClass
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

InspectorUtils Class
InspectorUtils Members

 

 


Send Comment