ArcFM Engine Developer Guide
ViewRow Method


Syntax
'Declaration
 
<DispIdAttribute(15)>
Sub ViewRow( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   Optional ByVal bEditable As Boolean _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim bEditable As Boolean
 
instance.ViewRow(pRow, bEditable)
[DispId(15)]
void ViewRow( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   bool bEditable
)

Parameters

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

IMMObjectEditor Interface
IMMObjectEditor Members

 

 


Send Comment