ArcFM Responder Mobile Developer Guide
PopulateDevice(DataRow) Method






query the geodatabase with the row for the feature and return the feature as a deviceinfo
Syntax
public static DeviceInfo PopulateDevice( 
   System.Data.DataRow row
)
public function PopulateDevice( 
    row: System.Data.DataRow
): DeviceInfo; static; 
public static function PopulateDevice( 
   row : System.Data.DataRow
) : DeviceInfo;
public: static DeviceInfo* PopulateDevice( 
   System.Data.DataRow* row
) 
public:
static DeviceInfo^ PopulateDevice( 
   System.Data.DataRow^ row
) 
'Declaration
 
Public Overloads Shared Function PopulateDevice( _
   ByVal row As System.Data.DataRow _
) As DeviceInfo
 
'Usage
 
Dim row As System.Data.DataRow
Dim value As DeviceInfo
 
value = DeviceInfo.PopulateDevice(row)

Parameters

row
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

DeviceInfo Class
DeviceInfo Members
Overload List

Send Feedback