ArcFM Responder Mobile Developer Guide
MaxAllowedMomentVert Method (IMMMCCrossArm)






Syntax
'Declaration
 
Function MaxAllowedMomentVert( _
   ByVal dBendStress As System.Double, _
   ByVal dVerticalDim As System.Double, _
   ByVal dHorizontalDim As System.Double, _
   ByVal dBoltHoleDim As System.Double _
) As System.Double
'Usage
 
Dim instance As IMMMCCrossArm
Dim dBendStress As System.Double
Dim dVerticalDim As System.Double
Dim dHorizontalDim As System.Double
Dim dBoltHoleDim As System.Double
Dim value As System.Double
 
value = instance.MaxAllowedMomentVert(dBendStress, dVerticalDim, dHorizontalDim, dBoltHoleDim)
System.double MaxAllowedMomentVert( 
   System.double dBendStress,
   System.double dVerticalDim,
   System.double dHorizontalDim,
   System.double dBoltHoleDim
)
function MaxAllowedMomentVert( 
    dBendStress: System.Double;
    dVerticalDim: System.Double;
    dHorizontalDim: System.Double;
    dBoltHoleDim: System.Double
): System.Double; 
function MaxAllowedMomentVert( 
   dBendStress : System.double,
   dVerticalDim : System.double,
   dHorizontalDim : System.double,
   dBoltHoleDim : System.double
) : System.double;
System.double MaxAllowedMomentVert( 
   System.double dBendStress,
   System.double dVerticalDim,
   System.double dHorizontalDim,
   System.double dBoltHoleDim
) 
System.double MaxAllowedMomentVert( 
   System.double dBendStress,
   System.double dVerticalDim,
   System.double dHorizontalDim,
   System.double dBoltHoleDim
) 

Parameters

dBendStress
dVerticalDim
dHorizontalDim
dBoltHoleDim
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

IMMMCCrossArm Interface
IMMMCCrossArm Members

Send Feedback