ArcFM Engine Developer Guide
IMMAutoTextSource Interface Members
Properties  Methods 

The following tables list the members exposed by IMMAutoTextSource.

Public Properties
 NameDescription
 PropertyCaptionThis is the autotext element's display name. The name will appear in the ArcFM Autotext menu.  
 PropertyMessageThis property isn't currently used by ArcFM.  
 PropertyProgIDThe ProgID links the autotext element with its text source class. The ProgID is from the class module that implements this interface.  
Top
Public Methods
 NameDescription
 MethodNeedRefreshReturns a boolean value indicating whether the element should be refreshed based on the mmAutoTextEvents value.  
 MethodTextString

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

 
Top
See Also

Reference

IMMAutoTextSource Interface
Miner.Interop Namespace

 

 


Send Comment