ArcFM Responder Mobile Developer Guide
ActualMomentVertByCond Method (IMMMCCrossArm)






Syntax
'Declaration
 
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 IMMMCCrossArm
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)
System.double ActualMomentVertByCond( 
   System.double dOCF,
   System.double dSumCondLength,
   System.int lNumConds,
   System.double dCondWeightPerUnit,
   System.double dCondAtt
)
function ActualMomentVertByCond( 
    dOCF: System.Double;
    dSumCondLength: System.Double;
    lNumConds: System.Integer;
    dCondWeightPerUnit: System.Double;
    dCondAtt: System.Double
): System.Double; 
function ActualMomentVertByCond( 
   dOCF : System.double,
   dSumCondLength : System.double,
   lNumConds : System.int,
   dCondWeightPerUnit : System.double,
   dCondAtt : System.double
) : System.double;
System.double ActualMomentVertByCond( 
   System.double dOCF,
   System.double dSumCondLength,
   System.int lNumConds,
   System.double dCondWeightPerUnit,
   System.double dCondAtt
) 
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

IMMMCCrossArm Interface
IMMMCCrossArm Members

Send Feedback