ArcFM Responder Mobile Developer Guide
ViewRow Method






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(15)>
Sub ViewRow( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   Optional ByVal bEditable As System.Boolean _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim bEditable As System.Boolean
 
instance.ViewRow(pRow, bEditable)
[System.Runtime.InteropServices.DispId(15)]
void ViewRow( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   System.bool bEditable
)
procedure ViewRow( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow;
    bEditable: System.Boolean
); 
System.Runtime.InteropServices.DispIdAttribute(15)
function ViewRow( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow,
   bEditable : System.boolean
);
[System.Runtime.InteropServices.DispId(15)]
void ViewRow( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow,
   System.bool bEditable
) 
[System.Runtime.InteropServices.DispId(15)]
void ViewRow( 
   ESRI.ArcGIS.Geodatabase.IRow^ pRow,
   System.bool bEditable
) 

Parameters

pRow
bEditable
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

IMMObjectEditor Interface
IMMObjectEditor Members

Send Feedback