ArcFM Engine 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 List(Of FeederDetails)
'Usage
 
Dim instance As ICircuitSourceManager
Dim feature As FeatureID
Dim value As List(Of FeederDetails)
 
value = instance.GetNormalInfoforFeature(feature)
List<FeederDetails> GetNormalInfoforFeature( 
   FeatureID feature
)

Parameters

feature
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