Responder Developer Guide
ShowDialog(IEvaluatorInput,IWin32Window) Method


Syntax
'Declaration
 
Public Overloads Function ShowDialog( _
   ByVal evaluatorInput As IEvaluatorInput, _
   ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As EvaluatorInputForm
Dim evaluatorInput As IEvaluatorInput
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(evaluatorInput, owner)
public DialogResult ShowDialog( 
   IEvaluatorInput evaluatorInput,
   IWin32Window owner
)

Parameters

evaluatorInput
owner
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

EvaluatorInputForm Class
EvaluatorInputForm Members
Overload List

 

 


Send Comment