ArcFM Responder Mobile Developer Guide
FeederSourceByJunctionEID Property (IMMEnumFeederSource)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property FeederSourceByJunctionEID( _
   ByVal JunctionEID As System.Integer _
) As IMMFeederSource
'Usage
 
Dim instance As IMMEnumFeederSource
Dim JunctionEID As System.Integer
Dim value As IMMFeederSource
 
value = instance.FeederSourceByJunctionEID(JunctionEID)
[System.Runtime.InteropServices.DispId(1610678274)]
IMMFeederSource FeederSourceByJunctionEID( 
   System.int JunctionEID
) {get;}
read-only property FeederSourceByJunctionEID( 
    JunctionEID: System.Integer
): IMMFeederSource; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get FeederSourceByJunctionEID( 
   JunctionEID : System.int
) : IMMFeederSource
[System.Runtime.InteropServices.DispId(1610678274)]
__property IMMFeederSource* get_FeederSourceByJunctionEID( 
   System.int JunctionEID
);
[System.Runtime.InteropServices.DispId(1610678274)]
property IMMFeederSource^ FeederSourceByJunctionEID {
   IMMFeederSource^ get(System.int JunctionEID);
}

Parameters

JunctionEID
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

IMMEnumFeederSource Interface
IMMEnumFeederSource Members

Send Feedback