ArcFM Responder Mobile Developer Guide
GetActualInfoforFeature Method






Syntax
'Declaration
 
Function GetActualInfoforFeature( _
   ByVal feature As FeatureID, _
   ByVal paths As System.Collections.Generic.IEnumerable(Of FeedPath) _
) As System.Collections.Generic.List(Of FeederDetails)
'Usage
 
Dim instance As ICircuitSourceManager
Dim feature As FeatureID
Dim paths As System.Collections.Generic.IEnumerable(Of FeedPath)
Dim value As System.Collections.Generic.List(Of FeederDetails)
 
value = instance.GetActualInfoforFeature(feature, paths)
System.Collections.Generic.List<FeederDetails> GetActualInfoforFeature( 
   FeatureID feature,
   System.Collections.Generic.IEnumerable<FeedPath> paths
)
function GetActualInfoforFeature( 
    feature: FeatureID;
    paths: System.Collections.Generic.IEnumerable
): System.Collections.Generic.List; 
function GetActualInfoforFeature( 
   feature : FeatureID,
   paths : System.Collections.Generic.IEnumerable
) : System.Collections.Generic.List;
System.Collections.Generic.List<FeederDetails*>* GetActualInfoforFeature( 
   FeatureID* feature,
   System.Collections.Generic.IEnumerable<FeedPath*>* paths
) 
System.Collections.Generic.List<FeederDetails^>^ GetActualInfoforFeature( 
   FeatureID^ feature,
   System.Collections.Generic.IEnumerable<FeedPath^>^ paths
) 

Parameters

feature
paths
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICircuitSourceManager Interface
ICircuitSourceManager Members

Send Feedback