ArcFM Responder Mobile Developer Guide
ActualMomentVert Method (MMMechCalcClass)






Syntax
'Declaration
 
Public Overridable Function ActualMomentVert( _
   ByVal dOCF As System.Double, _
   ByVal dSumCondMomentArms As System.Double _
) As System.Double
'Usage
 
Dim instance As MMMechCalcClass
Dim dOCF As System.Double
Dim dSumCondMomentArms As System.Double
Dim value As System.Double
 
value = instance.ActualMomentVert(dOCF, dSumCondMomentArms)
public virtual System.double ActualMomentVert( 
   System.double dOCF,
   System.double dSumCondMomentArms
)
public function ActualMomentVert( 
    dOCF: System.Double;
    dSumCondMomentArms: System.Double
): System.Double; virtual; 
public function ActualMomentVert( 
   dOCF : System.double,
   dSumCondMomentArms : System.double
) : System.double;
public: virtual System.double ActualMomentVert( 
   System.double dOCF,
   System.double dSumCondMomentArms
) 
public:
virtual System.double ActualMomentVert( 
   System.double dOCF,
   System.double dSumCondMomentArms
) 

Parameters

dOCF
dSumCondMomentArms
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