Responder Developer Guide
Common Method


Syntax
'Declaration
 
Public Shared Function Common( _
   ByVal paths As IEnumerable(Of FeedPaths), _
   Optional ByVal significantOnly As Boolean _
) As IEnumerable(Of ITracedElement)
'Usage
 
Dim paths As IEnumerable(Of FeedPaths)
Dim significantOnly As Boolean
Dim value As IEnumerable(Of ITracedElement)
 
value = FeedPaths.Common(paths, significantOnly)

Parameters

paths
significantOnly
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

FeedPaths Class
FeedPaths Members

 

 


Send Comment