ArcFM Solution Developer Guide
PullCableTension Method (MMPullCblTensionClass)


Syntax
'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)
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
)

Parameters

cblPullType
incomingTension
conduitSectionLength
totalCableWeight
effCoeffFriction
offsetDegAngle
bendDegAngle
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMPullCblTensionClass Class
MMPullCblTensionClass Members

 

 


Send Comment