ArcFM Responder Mobile Developer Guide
CalculateSWBP Method (IMMPullCblSWBP)






Syntax
'Declaration
 
Function CalculateSWBP( _
   ByVal cblPullConfig As mmCblPullConfig, _
   ByVal exitingTension As System.Double, _
   ByVal insideBendingRadius As System.Double, _
   ByVal wtCorrectFactor As System.Double _
) As System.Double
'Usage
 
Dim instance As IMMPullCblSWBP
Dim cblPullConfig As mmCblPullConfig
Dim exitingTension As System.Double
Dim insideBendingRadius As System.Double
Dim wtCorrectFactor As System.Double
Dim value As System.Double
 
value = instance.CalculateSWBP(cblPullConfig, exitingTension, insideBendingRadius, wtCorrectFactor)
System.double CalculateSWBP( 
   mmCblPullConfig cblPullConfig,
   System.double exitingTension,
   System.double insideBendingRadius,
   System.double wtCorrectFactor
)
function CalculateSWBP( 
    cblPullConfig: mmCblPullConfig;
    exitingTension: System.Double;
    insideBendingRadius: System.Double;
    wtCorrectFactor: System.Double
): System.Double; 
function CalculateSWBP( 
   cblPullConfig : mmCblPullConfig,
   exitingTension : System.double,
   insideBendingRadius : System.double,
   wtCorrectFactor : System.double
) : System.double;
System.double CalculateSWBP( 
   mmCblPullConfig cblPullConfig,
   System.double exitingTension,
   System.double insideBendingRadius,
   System.double wtCorrectFactor
) 
System.double CalculateSWBP( 
   mmCblPullConfig cblPullConfig,
   System.double exitingTension,
   System.double insideBendingRadius,
   System.double wtCorrectFactor
) 

Parameters

cblPullConfig
exitingTension
insideBendingRadius
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

IMMPullCblSWBP Interface
IMMPullCblSWBP Members

Send Feedback