ArcFM Responder Mobile Developer Guide
ConductorSag Method (IMMMCCondSag)






Syntax
'Declaration
 
Function ConductorSag( _
   ByVal dWeight As System.Double, _
   ByVal dSpanLength As System.Double, _
   ByVal dTension As System.Double _
) As System.Double
'Usage
 
Dim instance As IMMMCCondSag
Dim dWeight As System.Double
Dim dSpanLength As System.Double
Dim dTension As System.Double
Dim value As System.Double
 
value = instance.ConductorSag(dWeight, dSpanLength, dTension)
System.double ConductorSag( 
   System.double dWeight,
   System.double dSpanLength,
   System.double dTension
)
function ConductorSag( 
    dWeight: System.Double;
    dSpanLength: System.Double;
    dTension: System.Double
): System.Double; 
function ConductorSag( 
   dWeight : System.double,
   dSpanLength : System.double,
   dTension : System.double
) : System.double;
System.double ConductorSag( 
   System.double dWeight,
   System.double dSpanLength,
   System.double dTension
) 
System.double ConductorSag( 
   System.double dWeight,
   System.double dSpanLength,
   System.double dTension
) 

Parameters

dWeight
dSpanLength
dTension
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

IMMMCCondSag Interface
IMMMCCondSag Members

Send Feedback