ArcFM Engine Developer Guide
SetPhaseMapping Method


Syntax
'Declaration
 
Sub SetPhaseMapping( _
   ByVal APhaseVal As mmPSMap, _
   ByVal BPhaseVal As mmPSMap, _
   ByVal CPhaseVal As mmPSMap _
) 
'Usage
 
Dim instance As IMMPhaseSwapMap
Dim APhaseVal As mmPSMap
Dim BPhaseVal As mmPSMap
Dim CPhaseVal As mmPSMap
 
instance.SetPhaseMapping(APhaseVal, BPhaseVal, CPhaseVal)
void SetPhaseMapping( 
   mmPSMap APhaseVal,
   mmPSMap BPhaseVal,
   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