ArcFM Responder Mobile Developer Guide
GetPhaseMapping Method (IMMPhaseSwapMap)






Syntax
'Declaration
 
Sub GetPhaseMapping( _
   ByRef APhaseVal As mmPSMap, _
   ByRef BPhaseVal As mmPSMap, _
   ByRef CPhaseVal As mmPSMap _
) 
'Usage
 
Dim instance As IMMPhaseSwapMap
Dim APhaseVal As mmPSMap
Dim BPhaseVal As mmPSMap
Dim CPhaseVal As mmPSMap
 
instance.GetPhaseMapping(APhaseVal, BPhaseVal, CPhaseVal)
void GetPhaseMapping( 
   out mmPSMap APhaseVal,
   out mmPSMap BPhaseVal,
   out mmPSMap CPhaseVal
)
procedure GetPhaseMapping( 
   Out  APhaseVal: mmPSMap;
   Out  BPhaseVal: mmPSMap;
   Out  CPhaseVal: mmPSMap
); 
function GetPhaseMapping( 
   APhaseVal : mmPSMap,
   BPhaseVal : mmPSMap,
   CPhaseVal : mmPSMap
);
void GetPhaseMapping( 
   [PARAMFLAG::Out] mmPSMap APhaseVal,
   [PARAMFLAG::Out] mmPSMap BPhaseVal,
   [PARAMFLAG::Out] mmPSMap CPhaseVal
) 
void GetPhaseMapping( 
   [Out] mmPSMap APhaseVal,
   [Out] mmPSMap BPhaseVal,
   [Out] mmPSMap CPhaseVal
) 

Parameters

APhaseVal
BPhaseVal
CPhaseVal
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

IMMPhaseSwapMap Interface
IMMPhaseSwapMap Members

Send Feedback