Miner.Interop.FrameworkUI Assembly > Miner.Interop Namespace : IMMAutoTextSource Interface |
The following tables list the members exposed by IMMAutoTextSource.
Name | Description | |
---|---|---|
Caption | This is the autotext element's display name. The name will appear in the ArcFM Autotext menu. | |
Message | This property isn't currently used by ArcFM. | |
ProgID | The ProgID links the autotext element with its text source class. The ProgID is from the class module that implements this interface. |
Name | Description | |
---|---|---|
NeedRefresh | Returns a boolean value indicating whether the element should be refreshed based on the mmAutoTextEvents value. | |
TextString | Returns the text string that will appear on the map layout based on the mmAutoTextEvents value and the status of the MapProdInfo parameter. The pMapProdInfo parameter passed in will be "Nothing" for all mmAutoTextEvents except mmPlotNewPage and mmFinishPlot. This method should always return a non-empty string. If nothing is provided, it is automatically set to " ". |