ArcFM Engine Developer Guide
TableNames Property


Version: 10.2.1a

Resource Center Home

This property specifies the tables in the database that are necessary to the extension. It will return an array of table names if they exist.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
ReadOnly Property TableNames As Object
'Usage
 
Dim instance As IMMExtensionEx
Dim value As Object
 
value = instance.TableNames
[DispId(1610678272)]
object TableNames {get;}

Property Value

Variant
Example
The following code sample demonstrates how the IMMExtensionEx::TableNames property may be implemented.
Visual Basic Copy Code

Private Property Get IMMExtensionEx_TableNames() As Variant

IMMExtensionEx_TableNames = Array(MM_TABLE1, MM_TABLE2, MM_TABLE3)

End Property

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMExtensionEx Interface
IMMExtensionEx Members

 

 


Send Comment