ArcFM Responder Mobile Developer Guide
PullCableBendRadius Property (IMMPullCblBendRad)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
ReadOnly Property PullCableBendRadius( _
   ByVal centerBendRadius As System.Double, _
   ByVal ductDiameter As System.Double _
) As System.Double
'Usage
 
Dim instance As IMMPullCblBendRad
Dim centerBendRadius As System.Double
Dim ductDiameter As System.Double
Dim value As System.Double
 
value = instance.PullCableBendRadius(centerBendRadius, ductDiameter)
[System.Runtime.InteropServices.DispId(1610678272)]
System.double PullCableBendRadius( 
   System.double centerBendRadius,
   System.double ductDiameter
) {get;}
read-only property PullCableBendRadius( 
    centerBendRadius: System.Double;
    ductDiameter: System.Double
): System.Double; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get PullCableBendRadius( 
   centerBendRadius : System.double,
   ductDiameter : System.double
) : System.double
[System.Runtime.InteropServices.DispId(1610678272)]
__property System.double get_PullCableBendRadius( 
   System.double centerBendRadius,
   System.double ductDiameter
);
[System.Runtime.InteropServices.DispId(1610678272)]
property System.double PullCableBendRadius {
   System.double get(System.double centerBendRadius, System.double ductDiameter);
}

Parameters

centerBendRadius
ductDiameter
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

IMMPullCblBendRad Interface
IMMPullCblBendRad Members

Send Feedback