ArcFM Mobile Developer Guide
AddPresenter Method


Version: 10.2.1b

Resource Center Home

Presenter whose view will be added to the region.
Indicates if the region should be refreshed after the presenter's view is added to the region.
Adds a presenter to this priority service.
Syntax
'Declaration
 
Sub AddPresenter( _
   ByVal presenter As IPriorityViewPresenter, _
   ByVal refreshRegion As Boolean _
) 
'Usage
 
Dim instance As IPriorityViewService
Dim presenter As IPriorityViewPresenter
Dim refreshRegion As Boolean
 
instance.AddPresenter(presenter, refreshRegion)
void AddPresenter( 
   IPriorityViewPresenter presenter,
   bool refreshRegion
)

Parameters

presenter
Presenter whose view will be added to the region.
refreshRegion
Indicates if the region should be refreshed after the presenter's view is added to the region.
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

IPriorityViewService Interface
IPriorityViewService Members

 

 


Send Comment