ArcFM Responder Mobile Developer Guide
Symbol Property (ITextAnnotationElement)






Syntax
'Declaration
 
Property Symbol As ITextSymbolInfo
'Usage
 
Dim instance As ITextAnnotationElement
Dim value As ITextSymbolInfo
 
instance.Symbol = value
 
value = instance.Symbol
ITextSymbolInfo Symbol {get; set;}
read-write property Symbol: ITextSymbolInfo; 
function get,set Symbol : ITextSymbolInfo
__property ITextSymbolInfo* get_Symbol();
__property void set_Symbol( 
   ITextSymbolInfo* value
);
property ITextSymbolInfo^ Symbol {
   ITextSymbolInfo^ get();
   void set (    ITextSymbolInfo^ 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

ITextAnnotationElement Interface
ITextAnnotationElement Members

Send Feedback