ArcFM Responder Mobile Developer Guide
TextSymbol Property (MMAutoTextElementClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Public Overridable Property TextSymbol As ESRI.ArcGIS.Display.ITextSymbol
'Usage
 
Dim instance As MMAutoTextElementClass
Dim value As ESRI.ArcGIS.Display.ITextSymbol
 
instance.TextSymbol = value
 
value = instance.TextSymbol
[System.Runtime.InteropServices.DispId(1610678274)]
public virtual ESRI.ArcGIS.Display.ITextSymbol TextSymbol {get; set;}
public read-write property TextSymbol: ESRI.ArcGIS.Display.ITextSymbol; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
public function get,set TextSymbol : ESRI.ArcGIS.Display.ITextSymbol
[System.Runtime.InteropServices.DispId(1610678274)]
public: __property virtual ESRI.ArcGIS.Display.ITextSymbol* get_TextSymbol();
public: __property virtual void set_TextSymbol( 
   ESRI.ArcGIS.Display.ITextSymbol* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
public:
virtual property ESRI.ArcGIS.Display.ITextSymbol^ TextSymbol {
   ESRI.ArcGIS.Display.ITextSymbol^ get();
   void set (    ESRI.ArcGIS.Display.ITextSymbol^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMAutoTextElementClass Class
MMAutoTextElementClass Members

Send Feedback