ArcFM Responder Mobile Developer Guide
ActualMomentHorz Method (MMMechCalcClass)






Syntax
'Declaration
 
Public Overridable Function ActualMomentHorz( _
   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.ActualMomentHorz(dOCF, dSumCondMomentArms)
public virtual System.double ActualMomentHorz( 
   System.double dOCF,
   System.double dSumCondMomentArms
)
public function ActualMomentHorz( 
    dOCF: System.Double;
    dSumCondMomentArms: System.Double
): System.Double; virtual; 
public function ActualMomentHorz( 
   dOCF : System.double,
   dSumCondMomentArms : System.double
) : System.double;
public: virtual System.double ActualMomentHorz( 
   System.double dOCF,
   System.double dSumCondMomentArms
) 
public:
virtual System.double ActualMomentHorz( 
   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