ArcFM Engine Developer Guide
ProgID Property


The ProgID links the autotext element with its text source class. The ProgID is from the class module that implements this interface.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
ReadOnly Property ProgID As String
'Usage
 
Dim instance As IMMAutoTextSource
Dim value As String
 
value = instance.ProgID
[DispId(1610678272)]
string ProgID {get;}

Property Value

String
Example
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
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

IMMAutoTextSource Interface
IMMAutoTextSource Members

 

 


Send Comment