ArcFM Desktop Developer Guide
SetPhaseMapping Method (PhaseSwapMap)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Returns a value from the mmPSMap enumeration indicating the phase to which phase A will be swapped.

Returns a value from the mmPSMap enumeration indicating the phase to which phase B will be swapped.

Returns a value from the mmPSMap enumeration indicating the phase to which phase C will be swapped.

Programmatically sets the phase map after the user has selected the phases in the user interface.
Syntax
'Declaration
 
Public Sub SetPhaseMapping( _
   ByVal APhaseVal As mmPSMap, _
   ByVal BPhaseVal As mmPSMap, _
   ByVal CPhaseVal As mmPSMap _
) 
'Usage
 
Dim instance As PhaseSwapMap
Dim APhaseVal As mmPSMap
Dim BPhaseVal As mmPSMap
Dim CPhaseVal As mmPSMap
 
instance.SetPhaseMapping(APhaseVal, BPhaseVal, CPhaseVal)
public void SetPhaseMapping( 
   mmPSMap APhaseVal,
   mmPSMap BPhaseVal,
   mmPSMap CPhaseVal
)

Parameters

APhaseVal

Returns a value from the mmPSMap enumeration indicating the phase to which phase A will be swapped.

BPhaseVal

Returns a value from the mmPSMap enumeration indicating the phase to which phase B will be swapped.

CPhaseVal

Returns a value from the mmPSMap enumeration indicating the phase to which phase C will be swapped.

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

PhaseSwapMap Class
PhaseSwapMap Members

 

 


Send Comment