ArcFM Server Developer Guide
GetRelClassCollection Method


Syntax
'Declaration
 
Public Shared Function GetRelClassCollection( _
   ByVal pObject As ESRI.ArcGIS.Geodatabase.IObject, _
   Optional ByVal relRole As ESRI.ArcGIS.Geodatabase.esriRelRole, _
   Optional ByVal relatedClassModelName As String, _
   Optional ByVal attributedOnly As Boolean _
) As OrderedDictionary
'Usage
 
Dim pObject As ESRI.ArcGIS.Geodatabase.IObject
Dim relRole As ESRI.ArcGIS.Geodatabase.esriRelRole
Dim relatedClassModelName As String
Dim attributedOnly As Boolean
Dim value As OrderedDictionary
 
value = CommonModule.GetRelClassCollection(pObject, relRole, relatedClassModelName, attributedOnly)
public static OrderedDictionary GetRelClassCollection( 
   ESRI.ArcGIS.Geodatabase.IObject pObject,
   ESRI.ArcGIS.Geodatabase.esriRelRole relRole,
   string relatedClassModelName,
   bool attributedOnly
)

Parameters

pObject
relRole
relatedClassModelName
attributedOnly
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