ArcFM Responder Mobile Developer Guide
PerUnitVoltageY Property (IMMSecCktConductorResults)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678281)>
Property PerUnitVoltageY As System.Double
'Usage
 
Dim instance As IMMSecCktConductorResults
Dim value As System.Double
 
instance.PerUnitVoltageY = value
 
value = instance.PerUnitVoltageY
[System.Runtime.InteropServices.DispId(1610678281)]
System.double PerUnitVoltageY {get; set;}
read-write property PerUnitVoltageY: System.Double; 
System.Runtime.InteropServices.DispIdAttribute(1610678281)
function get,set PerUnitVoltageY : System.double
[System.Runtime.InteropServices.DispId(1610678281)]
__property System.double get_PerUnitVoltageY();
__property void set_PerUnitVoltageY( 
   System.double value
);
[System.Runtime.InteropServices.DispId(1610678281)]
property System.double PerUnitVoltageY {
   System.double get();
   void set (    System.double 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

IMMSecCktConductorResults Interface
IMMSecCktConductorResults Members

Send Feedback