ArcFM Engine Developer Guide
GetPhaseMapping Method


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
)

Parameters

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

IMMPhaseSwapMap Interface
IMMPhaseSwapMap Members

 

 


Send Comment