ArcFM Responder Mobile Developer Guide
PullCableTension Method (MMPullCblTensionClass)






Syntax
public virtual System.double PullCableTension( 
   mmCblPullType cblPullType,
   System.double incomingTension,
   System.double conduitSectionLength,
   System.double totalCableWeight,
   System.double effCoeffFriction,
   System.double offsetDegAngle,
   System.double bendDegAngle
)
public function PullCableTension( 
    cblPullType: mmCblPullType;
    incomingTension: System.Double;
    conduitSectionLength: System.Double;
    totalCableWeight: System.Double;
    effCoeffFriction: System.Double;
    offsetDegAngle: System.Double;
    bendDegAngle: System.Double
): System.Double; virtual; 
public function PullCableTension( 
   cblPullType : mmCblPullType,
   incomingTension : System.double,
   conduitSectionLength : System.double,
   totalCableWeight : System.double,
   effCoeffFriction : System.double,
   offsetDegAngle : System.double,
   bendDegAngle : System.double
) : System.double;
public: virtual System.double PullCableTension( 
   mmCblPullType cblPullType,
   System.double incomingTension,
   System.double conduitSectionLength,
   System.double totalCableWeight,
   System.double effCoeffFriction,
   System.double offsetDegAngle,
   System.double bendDegAngle
) 
public:
virtual System.double PullCableTension( 
   mmCblPullType cblPullType,
   System.double incomingTension,
   System.double conduitSectionLength,
   System.double totalCableWeight,
   System.double effCoeffFriction,
   System.double offsetDegAngle,
   System.double bendDegAngle
) 
'Declaration
 
Public Overridable Function PullCableTension( _
   ByVal cblPullType As mmCblPullType, _
   ByVal incomingTension As System.Double, _
   ByVal conduitSectionLength As System.Double, _
   ByVal totalCableWeight As System.Double, _
   ByVal effCoeffFriction As System.Double, _
   ByVal offsetDegAngle As System.Double, _
   ByVal bendDegAngle As System.Double _
) As System.Double
 
'Usage
 
Dim instance As MMPullCblTensionClass
Dim cblPullType As mmCblPullType
Dim incomingTension As System.Double
Dim conduitSectionLength As System.Double
Dim totalCableWeight As System.Double
Dim effCoeffFriction As System.Double
Dim offsetDegAngle As System.Double
Dim bendDegAngle As System.Double
Dim value As System.Double
 
value = instance.PullCableTension(cblPullType, incomingTension, conduitSectionLength, totalCableWeight, effCoeffFriction, offsetDegAngle, bendDegAngle)

Parameters

cblPullType
incomingTension
conduitSectionLength
totalCableWeight
effCoeffFriction
offsetDegAngle
bendDegAngle
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

MMPullCblTensionClass Class
MMPullCblTensionClass Members

Send Feedback