ArcFM Desktop Developer Guide
DoModal Method


Syntax
'Declaration
 
Sub DoModal( _
   ByVal row As IRow, _
   ByVal editing As Boolean, _
   ByVal hwnd As Integer, _
   ByRef ok As Boolean _
) 
'Usage
 
Dim instance As IAttachmentsDlg
Dim row As IRow
Dim editing As Boolean
Dim hwnd As Integer
Dim ok As Boolean
 
instance.DoModal(row, editing, hwnd, ok)
void DoModal( 
   IRow row,
   bool editing,
   int hwnd,
   out bool ok
)

Parameters

row
editing
hwnd
ok
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

IAttachmentsDlg Interface
IAttachmentsDlg Members

 

 


Send Comment