ArcFM Responder Mobile Developer Guide
PullCableWtCorrectFactor Property (MMPullCblConfigClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
Public Overridable 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 MMPullCblConfigClass
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)]
public virtual System.double PullCableWtCorrectFactor( 
   System.double insideConduitDiameter,
   System.double maxSingleCable,
   System.int numberOfCables
) {get;}
public read-only property PullCableWtCorrectFactor( 
    insideConduitDiameter: System.Double;
    maxSingleCable: System.Double;
    numberOfCables: System.Integer
): System.Double; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
public function get PullCableWtCorrectFactor( 
   insideConduitDiameter : System.double,
   maxSingleCable : System.double,
   numberOfCables : System.int
) : System.double
[System.Runtime.InteropServices.DispId(1610678273)]
public: __property virtual System.double get_PullCableWtCorrectFactor( 
   System.double insideConduitDiameter,
   System.double maxSingleCable,
   System.int numberOfCables
);
[System.Runtime.InteropServices.DispId(1610678273)]
public:
virtual 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

MMPullCblConfigClass Class
MMPullCblConfigClass Members

Send Feedback