ArcFM Responder Mobile Developer Guide
ActualMomentVertByCond Method (MMMechCalcClass)






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

Parameters

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

MMMechCalcClass Class
MMMechCalcClass Members

Send Feedback