ArcFM Desktop Developer Guide
RelatedObjectsFromPath Method (DataSource)


Syntax
'Declaration
 
Public Function RelatedObjectsFromPath( _
   ByVal sourceObject As IObject, _
   ByVal classPath As String _
) As IList(Of IObject)
'Usage
 
Dim instance As DataSource
Dim sourceObject As IObject
Dim classPath As String
Dim value As IList(Of IObject)
 
value = instance.RelatedObjectsFromPath(sourceObject, classPath)
public IList<IObject> RelatedObjectsFromPath( 
   IObject sourceObject,
   string classPath
)

Parameters

sourceObject
classPath
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

DataSource Class
DataSource Members

 

 


Send Comment