ArcFM Responder Mobile Developer Guide
PullCableBendRadius Property (MMPullCblBendRadClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Public Overridable ReadOnly Property PullCableBendRadius( _
   ByVal centerBendRadius As System.Double, _
   ByVal ductDiameter As System.Double _
) As System.Double
'Usage
 
Dim instance As MMPullCblBendRadClass
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)]
public virtual System.double PullCableBendRadius( 
   System.double centerBendRadius,
   System.double ductDiameter
) {get;}
public read-only property PullCableBendRadius( 
    centerBendRadius: System.Double;
    ductDiameter: System.Double
): System.Double; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
public function get PullCableBendRadius( 
   centerBendRadius : System.double,
   ductDiameter : System.double
) : System.double
[System.Runtime.InteropServices.DispId(1610678272)]
public: __property virtual System.double get_PullCableBendRadius( 
   System.double centerBendRadius,
   System.double ductDiameter
);
[System.Runtime.InteropServices.DispId(1610678272)]
public:
virtual 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

MMPullCblBendRadClass Class
MMPullCblBendRadClass Members

Send Feedback