ArcFM Server Developer Guide
FindRelationshipClasses Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function FindRelationshipClasses( _
   ByVal objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal Role As ESRI.ArcGIS.Geodatabase.esriRelRole _
) As ESRI.ArcGIS.Geodatabase.IEnumRelationshipClass
'Usage
 
Dim instance As MobileBackdropLayer
Dim objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim Role As ESRI.ArcGIS.Geodatabase.esriRelRole
Dim value As ESRI.ArcGIS.Geodatabase.IEnumRelationshipClass
 
value = instance.FindRelationshipClasses(objectClass, Role)
public virtual ESRI.ArcGIS.Geodatabase.IEnumRelationshipClass FindRelationshipClasses( 
   ESRI.ArcGIS.Geodatabase.IObjectClass objectClass,
   ESRI.ArcGIS.Geodatabase.esriRelRole Role
)

Parameters

objectClass
Role
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

MobileBackdropLayer Class
MobileBackdropLayer Members

 

 


Send Comment