ArcFM Responder Mobile Developer Guide
PullCableEffCoeffFriction Property (IMMPullCblConfig)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property PullCableEffCoeffFriction( _
   ByVal basicFrictionCoeff As System.Double, _
   ByVal wtCorrectFactor As System.Double _
) As System.Double
'Usage
 
Dim instance As IMMPullCblConfig
Dim basicFrictionCoeff As System.Double
Dim wtCorrectFactor As System.Double
Dim value As System.Double
 
value = instance.PullCableEffCoeffFriction(basicFrictionCoeff, wtCorrectFactor)
[System.Runtime.InteropServices.DispId(1610678274)]
System.double PullCableEffCoeffFriction( 
   System.double basicFrictionCoeff,
   System.double wtCorrectFactor
) {get;}
read-only property PullCableEffCoeffFriction( 
    basicFrictionCoeff: System.Double;
    wtCorrectFactor: System.Double
): System.Double; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get PullCableEffCoeffFriction( 
   basicFrictionCoeff : System.double,
   wtCorrectFactor : System.double
) : System.double
[System.Runtime.InteropServices.DispId(1610678274)]
__property System.double get_PullCableEffCoeffFriction( 
   System.double basicFrictionCoeff,
   System.double wtCorrectFactor
);
[System.Runtime.InteropServices.DispId(1610678274)]
property System.double PullCableEffCoeffFriction {
   System.double get(System.double basicFrictionCoeff, System.double wtCorrectFactor);
}

Parameters

basicFrictionCoeff
wtCorrectFactor
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

IMMPullCblConfig Interface
IMMPullCblConfig Members

Send Feedback