ArcFM Responder Mobile Developer Guide
FeederSourceByJunctionEID Property (MMEnumFeederSourceClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Public Overridable ReadOnly Property FeederSourceByJunctionEID( _
   ByVal JunctionEID As System.Integer _
) As IMMFeederSource
'Usage
 
Dim instance As MMEnumFeederSourceClass
Dim JunctionEID As System.Integer
Dim value As IMMFeederSource
 
value = instance.FeederSourceByJunctionEID(JunctionEID)
[System.Runtime.InteropServices.DispId(1610678274)]
public virtual IMMFeederSource FeederSourceByJunctionEID( 
   System.int JunctionEID
) {get;}
public read-only property FeederSourceByJunctionEID( 
    JunctionEID: System.Integer
): IMMFeederSource; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
public function get FeederSourceByJunctionEID( 
   JunctionEID : System.int
) : IMMFeederSource
[System.Runtime.InteropServices.DispId(1610678274)]
public: __property virtual IMMFeederSource* get_FeederSourceByJunctionEID( 
   System.int JunctionEID
);
[System.Runtime.InteropServices.DispId(1610678274)]
public:
virtual 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

MMEnumFeederSourceClass Class
MMEnumFeederSourceClass Members

Send Feedback