ArcFM Responder Mobile Developer Guide
SubFeederIDs Property (IFeederInfo<TKey>)






Gets the collection of SubFeederID values that provide energy.
Syntax
'Declaration
 
ReadOnly Property SubFeederIDs As System.String()
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value() As System.String
 
value = instance.SubFeederIDs
System.string[] SubFeederIDs {get;}
read-only property SubFeederIDs: System.array of String; 
function get SubFeederIDs : System.String[]
__property System.string*[]* get_SubFeederIDs();
property System.array<String^>^ SubFeederIDs {
   System.array<String^>^ get();
}

Property Value

A sorted list of subfeeder IDs containing the 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

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback