ArcFM Responder Mobile Developer Guide
PullCableMaterial Property (MMPullCblLoadDBClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678286)>
Public Overridable ReadOnly Property PullCableMaterial( _
   ByVal bstrKey As System.String _
) As mmCblPullMaterial
'Usage
 
Dim instance As MMPullCblLoadDBClass
Dim bstrKey As System.String
Dim value As mmCblPullMaterial
 
value = instance.PullCableMaterial(bstrKey)
[System.Runtime.InteropServices.DispId(1610678286)]
public virtual mmCblPullMaterial PullCableMaterial( 
   System.string bstrKey
) {get;}
public read-only property PullCableMaterial( 
    bstrKey: System.String
): mmCblPullMaterial; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678286)
public function get PullCableMaterial( 
   bstrKey : System.String
) : mmCblPullMaterial
[System.Runtime.InteropServices.DispId(1610678286)]
public: __property virtual mmCblPullMaterial get_PullCableMaterial( 
   System.string* bstrKey
);
[System.Runtime.InteropServices.DispId(1610678286)]
public:
virtual property mmCblPullMaterial PullCableMaterial {
   mmCblPullMaterial get(System.String^ bstrKey);
}

Parameters

bstrKey
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

MMPullCblLoadDBClass Class
MMPullCblLoadDBClass Members

Send Feedback