ArcFM Responder Mobile Developer Guide
AddPresenter Method






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 System.Boolean _
) 
'Usage
 
Dim instance As IPriorityViewService
Dim presenter As IPriorityViewPresenter
Dim refreshRegion As System.Boolean
 
instance.AddPresenter(presenter, refreshRegion)
void AddPresenter( 
   IPriorityViewPresenter presenter,
   System.bool refreshRegion
)
procedure AddPresenter( 
    presenter: IPriorityViewPresenter;
    refreshRegion: System.Boolean
); 
function AddPresenter( 
   presenter : IPriorityViewPresenter,
   refreshRegion : System.boolean
);
void AddPresenter( 
   IPriorityViewPresenter* presenter,
   System.bool refreshRegion
) 
void AddPresenter( 
   IPriorityViewPresenter^ presenter,
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPriorityViewService Interface
IPriorityViewService Members

Send Feedback