ArcFM Desktop Developer Guide
Symbol Property (IMMAutoTextSourceSymbol)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Use this property to specify the autotext symbol properties (such as size, font, and color) to be used by the autotext element.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
ReadOnly Property Symbol As ESRI.ArcGIS.Display.ITextSymbol
'Usage
 
Dim instance As IMMAutoTextSourceSymbol
Dim value As ESRI.ArcGIS.Display.ITextSymbol
 
value = instance.Symbol
[DispId(1610678272)]
ESRI.ArcGIS.Display.ITextSymbol Symbol {get;}

Property Value

An ITextSymbol object
Example
The following code sample demonstrates how the IMMAutoTextSourceSymbol::Symbol property may be implemented.
Visual Basic Copy Code
Private Property Get IMMAutoTextSourceSymbol_Symbol() As ITextSymbol
    If m_pTextSymbol Is Nothing Then
        Set m_pTextSymbol = SetSymbol 'Function to set symbol properties
    End If
    Set IMMAutoTextSourceSymbol_Symbol = m_pTextSymbol
End Property
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

IMMAutoTextSourceSymbol Interface
IMMAutoTextSourceSymbol Members

 

 


Send Comment