ArcFM Mobile Developer Guide
OpenTask Method (IOpenTaskService)


Version: 10.2.1b

Resource Center Home

The task to open.
Open the given task.
Syntax
'Declaration
 
Function OpenTask( _
   ByVal task As TaskViewModel _
) As Boolean
'Usage
 
Dim instance As IOpenTaskService
Dim task As TaskViewModel
Dim value As Boolean
 
value = instance.OpenTask(task)
bool OpenTask( 
   TaskViewModel task
)

Parameters

task
The task to open.

Return Value

Whether or not the task was properly opened.
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

IOpenTaskService Interface
IOpenTaskService Members

 

 


Send Comment