ArcFM Responder Mobile Developer Guide
ServicePanels Property (IMMCircuitSizerGlobalParams)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678290)>
Property ServicePanels As IMMSecCktEnumServicePanel
'Usage
 
Dim instance As IMMCircuitSizerGlobalParams
Dim value As IMMSecCktEnumServicePanel
 
instance.ServicePanels = value
 
value = instance.ServicePanels
[System.Runtime.InteropServices.DispId(1610678290)]
IMMSecCktEnumServicePanel ServicePanels {get; set;}
read-write property ServicePanels: IMMSecCktEnumServicePanel; 
System.Runtime.InteropServices.DispIdAttribute(1610678290)
function get,set ServicePanels : IMMSecCktEnumServicePanel
[System.Runtime.InteropServices.DispId(1610678290)]
__property IMMSecCktEnumServicePanel* get_ServicePanels();
__property void set_ServicePanels( 
   IMMSecCktEnumServicePanel* value
);
[System.Runtime.InteropServices.DispId(1610678290)]
property IMMSecCktEnumServicePanel^ ServicePanels {
   IMMSecCktEnumServicePanel^ get();
   void set (    IMMSecCktEnumServicePanel^ 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

IMMCircuitSizerGlobalParams Interface
IMMCircuitSizerGlobalParams Members

Send Feedback