ArcFM Responder Mobile Developer Guide
ActualMomentHorz Method (IMMMCCrossArm)






Syntax
'Declaration
 
Function ActualMomentHorz( _
   ByVal dOCF As System.Double, _
   ByVal dSumCondMomentArms As System.Double _
) As System.Double
'Usage
 
Dim instance As IMMMCCrossArm
Dim dOCF As System.Double
Dim dSumCondMomentArms As System.Double
Dim value As System.Double
 
value = instance.ActualMomentHorz(dOCF, dSumCondMomentArms)
System.double ActualMomentHorz( 
   System.double dOCF,
   System.double dSumCondMomentArms
)
function ActualMomentHorz( 
    dOCF: System.Double;
    dSumCondMomentArms: System.Double
): System.Double; 
function ActualMomentHorz( 
   dOCF : System.double,
   dSumCondMomentArms : System.double
) : System.double;
System.double ActualMomentHorz( 
   System.double dOCF,
   System.double dSumCondMomentArms
) 
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

IMMMCCrossArm Interface
IMMMCCrossArm Members

Send Feedback