ArcFM Responder Mobile Developer Guide
FeederSourceByOID Property (IMMEnumFeederSource)






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

Parameters

FeatureClassID
lOID
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