ArcFM Responder Mobile Developer Guide
ContinuousPhases Property (IMMFeedPath)






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

IMMFeedPath Interface
IMMFeedPath Members

Send Feedback