ArcFM Engine Developer Guide
mmAutoTextEvents Enumeration


The IMMAutoTextSource::TextString method or IMMAutoTextSource::NeedRefresh method is passed to an eTextEvent parameter. This value indicates the event that was raised by ArcMap or the Map Production environment. An implementation of TextString or NeedRefresh can evaluate the incoming eTextEvent and return a string accordingly. The eTextEvent parameter will return one of the values in this enumeration.

Syntax
'Declaration
 
<GuidAttribute("1F942F07-21FB-4B64-B7D7-30110665E490")>
Public Enum mmAutoTextEvents 
   Inherits System.Enum
'Usage
 
Dim instance As mmAutoTextEvents
[Guid("1F942F07-21FB-4B64-B7D7-30110665E490")]
public enum mmAutoTextEvents : System.Enum 
Members
MemberDescription
mmCreate 
mmDraw 
mmFinishPlot 
mmPlotNewPage 
mmPrint 
mmRefresh 
mmStartPlot 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.mmAutoTextEvents

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

Miner.Interop Namespace

 

 


Send Comment