ArcFM Engine Developer Guide
PopulateDevice(DataRow) Method


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

Parameters

row
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DeviceInfo Class
DeviceInfo Members
Overload List

 

 


Send Comment