ArcFM Engine Developer Guide
ActualMomentVertByCond Method (MMMechCalcClass)


Syntax
'Declaration
 
Public Overridable Function ActualMomentVertByCond( _
   ByVal dOCF As Double, _
   ByVal dSumCondLength As Double, _
   ByVal lNumConds As Integer, _
   ByVal dCondWeightPerUnit As Double, _
   ByVal dCondAtt As Double _
) As Double
'Usage
 
Dim instance As MMMechCalcClass
Dim dOCF As Double
Dim dSumCondLength As Double
Dim lNumConds As Integer
Dim dCondWeightPerUnit As Double
Dim dCondAtt As Double
Dim value As Double
 
value = instance.ActualMomentVertByCond(dOCF, dSumCondLength, lNumConds, dCondWeightPerUnit, dCondAtt)
public virtual double ActualMomentVertByCond( 
   double dOCF,
   double dSumCondLength,
   int lNumConds,
   double dCondWeightPerUnit,
   double dCondAtt
)

Parameters

dOCF
dSumCondLength
lNumConds
dCondWeightPerUnit
dCondAtt
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

MMMechCalcClass Class
MMMechCalcClass Members

 

 


Send Comment