Miner.Interop Namespace > MMPullCblClearClass Class : CalcCableClearance Method |
'Declaration
Public Overridable Function CalcCableClearance( _ ByVal insideConduitDiameter As System.Double, _ ByVal maxSingleCable As System.Double, _ ByVal numberOfCables As System.Integer _ ) As System.Double
'Usage
Dim instance As MMPullCblClearClass Dim insideConduitDiameter As System.Double Dim maxSingleCable As System.Double Dim numberOfCables As System.Integer Dim value As System.Double value = instance.CalcCableClearance(insideConduitDiameter, maxSingleCable, numberOfCables)
public virtual System.double CalcCableClearance( System.double insideConduitDiameter, System.double maxSingleCable, System.int numberOfCables )
public function CalcCableClearance( insideConduitDiameter: System.Double; maxSingleCable: System.Double; numberOfCables: System.Integer ): System.Double; virtual;
public function CalcCableClearance( insideConduitDiameter : System.double, maxSingleCable : System.double, numberOfCables : System.int ) : System.double;
public: virtual System.double CalcCableClearance( System.double insideConduitDiameter, System.double maxSingleCable, System.int numberOfCables )
public: virtual System.double CalcCableClearance( System.double insideConduitDiameter, System.double maxSingleCable, System.int numberOfCables )
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