ArcFM Responder Mobile Developer Guide
PopulateDevice(DeviceInfo) Method






Syntax
'Declaration
 
Public Overloads Shared Function PopulateDevice( _
   ByVal device As DeviceInfo _
) As DeviceInfo
'Usage
 
Dim device As DeviceInfo
Dim value As DeviceInfo
 
value = DeviceInfo.PopulateDevice(device)
public static DeviceInfo PopulateDevice( 
   DeviceInfo device
)
public function PopulateDevice( 
    device: DeviceInfo
): DeviceInfo; static; 
public static function PopulateDevice( 
   device : DeviceInfo
) : DeviceInfo;
public: static DeviceInfo* PopulateDevice( 
   DeviceInfo* device
) 
public:
static DeviceInfo^ PopulateDevice( 
   DeviceInfo^ device
) 

Parameters

device
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