ArcFM Server Developer Guide
GetEnumRelationshipCollection Method


Syntax
'Declaration
 
Public Shared Function GetEnumRelationshipCollection( _
   ByVal pObject As IObject, _
   Optional ByVal relRole As ESRI.ArcGIS.Geodatabase.esriRelRole, _
   Optional ByVal vModelName As String, _
   Optional ByVal bAttributedOnly As Boolean _
) As IEnumerable(Of IEnumRelationship)
'Usage
 
Dim pObject As IObject
Dim relRole As ESRI.ArcGIS.Geodatabase.esriRelRole
Dim vModelName As String
Dim bAttributedOnly As Boolean
Dim value As IEnumerable(Of IEnumRelationship)
 
value = CommonModule.GetEnumRelationshipCollection(pObject, relRole, vModelName, bAttributedOnly)
public static IEnumerable<IEnumRelationship> GetEnumRelationshipCollection( 
   IObject pObject,
   ESRI.ArcGIS.Geodatabase.esriRelRole relRole,
   string vModelName,
   bool bAttributedOnly
)

Parameters

pObject
relRole
vModelName
bAttributedOnly
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

CommonModule Class
CommonModule Members

 

 


Send Comment