ArcFM Responder Mobile Developer Guide
FeederSourceByFeederID Property (MMEnumFeederSourceClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Public Overridable ReadOnly Property FeederSourceByFeederID( _
   ByVal FeederID As System.Object _
) As IMMFeederSource
'Usage
 
Dim instance As MMEnumFeederSourceClass
Dim FeederID As System.Object
Dim value As IMMFeederSource
 
value = instance.FeederSourceByFeederID(FeederID)
[System.Runtime.InteropServices.DispId(1610678275)]
public virtual IMMFeederSource FeederSourceByFeederID( 
   System.object FeederID
) {get;}
public read-only property FeederSourceByFeederID( 
    FeederID: System.TObject
): IMMFeederSource; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
public function get FeederSourceByFeederID( 
   FeederID : System.Object
) : IMMFeederSource
[System.Runtime.InteropServices.DispId(1610678275)]
public: __property virtual IMMFeederSource* get_FeederSourceByFeederID( 
   System.Object* FeederID
);
[System.Runtime.InteropServices.DispId(1610678275)]
public:
virtual property IMMFeederSource^ FeederSourceByFeederID {
   IMMFeederSource^ get(System.Object^ FeederID);
}

Parameters

FeederID
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