ArcFM Engine Developer Guide
GetActualInfoforFeature Method


Syntax
'Declaration
 
Function GetActualInfoforFeature( _
   ByVal feature As FeatureID, _
   ByVal paths As IEnumerable(Of FeedPath) _
) As List(Of FeederDetails)
'Usage
 
Dim instance As ICircuitSourceManager
Dim feature As FeatureID
Dim paths As IEnumerable(Of FeedPath)
Dim value As List(Of FeederDetails)
 
value = instance.GetActualInfoforFeature(feature, paths)
List<FeederDetails> GetActualInfoforFeature( 
   FeatureID feature,
   IEnumerable<FeedPath> paths
)

Parameters

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

ICircuitSourceManager Interface
ICircuitSourceManager Members

 

 


Send Comment