ArcFM Responder Mobile Developer Guide
PullCableWtCorrectFactor Property (IMMPullCblConfig)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
ReadOnly Property PullCableWtCorrectFactor( _
   ByVal insideConduitDiameter As System.Double, _
   ByVal maxSingleCable As System.Double, _
   ByVal numberOfCables As System.Integer _
) As System.Double
'Usage
 
Dim instance As IMMPullCblConfig
Dim insideConduitDiameter As System.Double
Dim maxSingleCable As System.Double
Dim numberOfCables As System.Integer
Dim value As System.Double
 
value = instance.PullCableWtCorrectFactor(insideConduitDiameter, maxSingleCable, numberOfCables)
[System.Runtime.InteropServices.DispId(1610678273)]
System.double PullCableWtCorrectFactor( 
   System.double insideConduitDiameter,
   System.double maxSingleCable,
   System.int numberOfCables
) {get;}
read-only property PullCableWtCorrectFactor( 
    insideConduitDiameter: System.Double;
    maxSingleCable: System.Double;
    numberOfCables: System.Integer
): System.Double; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
function get PullCableWtCorrectFactor( 
   insideConduitDiameter : System.double,
   maxSingleCable : System.double,
   numberOfCables : System.int
) : System.double
[System.Runtime.InteropServices.DispId(1610678273)]
__property System.double get_PullCableWtCorrectFactor( 
   System.double insideConduitDiameter,
   System.double maxSingleCable,
   System.int numberOfCables
);
[System.Runtime.InteropServices.DispId(1610678273)]
property System.double PullCableWtCorrectFactor {
   System.double get(System.double insideConduitDiameter, System.double maxSingleCable, System.int numberOfCables);
}

Parameters

insideConduitDiameter
maxSingleCable
numberOfCables
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

IMMPullCblConfig Interface
IMMPullCblConfig Members

Send Feedback