ArcFM Responder Mobile Developer Guide
CalculateSWBP Method (MMPullCblSWBPClass)






Syntax
'Declaration
 
Public Overridable 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 MMPullCblSWBPClass
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)
public virtual System.double CalculateSWBP( 
   mmCblPullConfig cblPullConfig,
   System.double exitingTension,
   System.double insideBendingRadius,
   System.double wtCorrectFactor
)
public function CalculateSWBP( 
    cblPullConfig: mmCblPullConfig;
    exitingTension: System.Double;
    insideBendingRadius: System.Double;
    wtCorrectFactor: System.Double
): System.Double; virtual; 
public function CalculateSWBP( 
   cblPullConfig : mmCblPullConfig,
   exitingTension : System.double,
   insideBendingRadius : System.double,
   wtCorrectFactor : System.double
) : System.double;
public: virtual System.double CalculateSWBP( 
   mmCblPullConfig cblPullConfig,
   System.double exitingTension,
   System.double insideBendingRadius,
   System.double wtCorrectFactor
) 
public:
virtual 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

MMPullCblSWBPClass Class
MMPullCblSWBPClass Members

Send Feedback