The ProgID links the autotext element with its text source class. The ProgID is from the class module that implements this interface.
The ProgID property should be set to the ProgID of the class module that implements the IMMAutoTextSource interface. The code sample below demonstrates how the IMMAutoTextSource::ProgID property may be implemented.
Visual Basic |
Copy Code |
Private Property Get IMMAutoTextSource_ProgID() As String
IMMAutoTextSource_ProgID = "MMAutoTextSources.MMUserName"
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.