ArcFM Responder Mobile Developer Guide
GetNormalInfoforFeature Method






Get info for feature if source pulls self other wise will preform trace to determine correct sourceID
Syntax
'Declaration
 
Function GetNormalInfoforFeature( _
   ByVal feature As FeatureID _
) As System.Collections.Generic.List(Of FeederDetails)
'Usage
 
Dim instance As ICircuitSourceManager
Dim feature As FeatureID
Dim value As System.Collections.Generic.List(Of FeederDetails)
 
value = instance.GetNormalInfoforFeature(feature)
System.Collections.Generic.List<FeederDetails> GetNormalInfoforFeature( 
   FeatureID feature
)
function GetNormalInfoforFeature( 
    feature: FeatureID
): System.Collections.Generic.List; 
function GetNormalInfoforFeature( 
   feature : FeatureID
) : System.Collections.Generic.List;
System.Collections.Generic.List<FeederDetails*>* GetNormalInfoforFeature( 
   FeatureID* feature
) 
System.Collections.Generic.List<FeederDetails^>^ GetNormalInfoforFeature( 
   FeatureID^ feature
) 

Parameters

feature
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