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.
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
|
|
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.