ArcFM Responder Mobile Developer Guide
PullCableConfig Property (MMPullCblConfigClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Public Overridable ReadOnly Property PullCableConfig( _
   ByVal insideConduitDiameter As System.Double, _
   ByVal maxSingleCable As System.Double, _
   ByVal numberOfCables As System.Integer _
) As mmCblPullConfig
'Usage
 
Dim instance As MMPullCblConfigClass
Dim insideConduitDiameter As System.Double
Dim maxSingleCable As System.Double
Dim numberOfCables As System.Integer
Dim value As mmCblPullConfig
 
value = instance.PullCableConfig(insideConduitDiameter, maxSingleCable, numberOfCables)
[System.Runtime.InteropServices.DispId(1610678272)]
public virtual mmCblPullConfig PullCableConfig( 
   System.double insideConduitDiameter,
   System.double maxSingleCable,
   System.int numberOfCables
) {get;}
public read-only property PullCableConfig( 
    insideConduitDiameter: System.Double;
    maxSingleCable: System.Double;
    numberOfCables: System.Integer
): mmCblPullConfig; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
public function get PullCableConfig( 
   insideConduitDiameter : System.double,
   maxSingleCable : System.double,
   numberOfCables : System.int
) : mmCblPullConfig
[System.Runtime.InteropServices.DispId(1610678272)]
public: __property virtual mmCblPullConfig get_PullCableConfig( 
   System.double insideConduitDiameter,
   System.double maxSingleCable,
   System.int numberOfCables
);
[System.Runtime.InteropServices.DispId(1610678272)]
public:
virtual property mmCblPullConfig PullCableConfig {
   mmCblPullConfig 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