ArcFM Responder Mobile Developer Guide
Phases Property (IMMPathElementEx)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
Property Phases As SetOfPhases
'Usage
 
Dim instance As IMMPathElementEx
Dim value As SetOfPhases
 
instance.Phases = value
 
value = instance.Phases
[System.Runtime.InteropServices.DispId(1610678284)]
SetOfPhases Phases {get; set;}
read-write property Phases: SetOfPhases; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
function get,set Phases : SetOfPhases
[System.Runtime.InteropServices.DispId(1610678284)]
__property SetOfPhases get_Phases();
__property void set_Phases( 
   SetOfPhases value
);
[System.Runtime.InteropServices.DispId(1610678284)]
property SetOfPhases Phases {
   SetOfPhases get();
   void set (    SetOfPhases value);
}
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

IMMPathElementEx Interface
IMMPathElementEx Members

Send Feedback