ArcFM Responder Mobile Developer Guide
PullEyeFrictionCoeff Property






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

IMMConduitSection2 Interface
IMMConduitSection2 Members

Send Feedback