ArcFM Responder Mobile Developer Guide
SetResponsibleDevice Method






Syntax
'Declaration
 
Public Sub SetResponsibleDevice( _
   ByVal device As IncidentDevicesObject _
) 
'Usage
 
Dim instance As LoadPointsObject
Dim device As IncidentDevicesObject
 
instance.SetResponsibleDevice(device)
public void SetResponsibleDevice( 
   IncidentDevicesObject device
)
public procedure SetResponsibleDevice( 
    device: IncidentDevicesObject
); 
public function SetResponsibleDevice( 
   device : IncidentDevicesObject
);
public: void SetResponsibleDevice( 
   IncidentDevicesObject* device
) 
public:
void SetResponsibleDevice( 
   IncidentDevicesObject^ device
) 

Parameters

device
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

LoadPointsObject Class
LoadPointsObject Members

Send Feedback