ArcFM Solution Developer Guide
CanEditTable Property (IMMDefaultConnection)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678277)>
ReadOnly Property CanEditTable( _
   ByVal bstrBaseTableName As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMDefaultConnection
Dim bstrBaseTableName As System.String
Dim value As System.Boolean
 
value = instance.CanEditTable(bstrBaseTableName)
[System.Runtime.InteropServices.DispId(1610678277)]
System.bool CanEditTable( 
   System.string bstrBaseTableName
) {get;}
read-only property CanEditTable( 
    bstrBaseTableName: System.String
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678277)
function get CanEditTable( 
   bstrBaseTableName : System.String
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678277)]
__property System.bool get_CanEditTable( 
   System.string* bstrBaseTableName
);
[System.Runtime.InteropServices.DispId(1610678277)]
property System.bool CanEditTable {
   System.bool get(System.String^ bstrBaseTableName);
}

Parameters

bstrBaseTableName
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

IMMDefaultConnection Interface
IMMDefaultConnection Members

Send Feedback