ArcFM Responder Mobile Developer Guide
PullCableEffCoeffFriction Property (MMPullCblConfigClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Public Overridable ReadOnly Property PullCableEffCoeffFriction( _
   ByVal basicFrictionCoeff As System.Double, _
   ByVal wtCorrectFactor As System.Double _
) As System.Double
'Usage
 
Dim instance As MMPullCblConfigClass
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)]
public virtual System.double PullCableEffCoeffFriction( 
   System.double basicFrictionCoeff,
   System.double wtCorrectFactor
) {get;}
public read-only property PullCableEffCoeffFriction( 
    basicFrictionCoeff: System.Double;
    wtCorrectFactor: System.Double
): System.Double; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
public function get PullCableEffCoeffFriction( 
   basicFrictionCoeff : System.double,
   wtCorrectFactor : System.double
) : System.double
[System.Runtime.InteropServices.DispId(1610678274)]
public: __property virtual System.double get_PullCableEffCoeffFriction( 
   System.double basicFrictionCoeff,
   System.double wtCorrectFactor
);
[System.Runtime.InteropServices.DispId(1610678274)]
public:
virtual 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

MMPullCblConfigClass Class
MMPullCblConfigClass Members

Send Feedback