ArcFM Desktop Developer Guide
GetRow(ITable,Guid) Method


Syntax
'Declaration
 
Public Overloads Function GetRow( _
   ByVal table As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal globalId As Guid _
) As IRow
'Usage
 
Dim instance As RowConvertor
Dim table As ESRI.ArcGIS.Geodatabase.ITable
Dim globalId As Guid
Dim value As IRow
 
value = instance.GetRow(table, globalId)
public IRow GetRow( 
   ESRI.ArcGIS.Geodatabase.ITable table,
   Guid globalId
)

Parameters

table
globalId
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

RowConvertor Class
RowConvertor Members
Overload List

 

 


Send Comment