ArcFM Engine Developer Guide
ScaleText Property


Returns a boolean value indicating whether the text scale should be adjusted with the map.
Syntax
'Declaration
 
<DispIdAttribute(1610678273)>
ReadOnly Property ScaleText As Boolean
'Usage
 
Dim instance As IMMAutoTextSourceSymbol
Dim value As Boolean
 
value = instance.ScaleText
[DispId(1610678273)]
bool ScaleText {get;}

Property Value

A boolean value indicating whether to scale the text with the map

Example
This following code sample demonstrates how the IMMAutoTextSourceSymbol::ScaleText property may be implemented.
Visual Basic Copy Code
Private Property Get IMMAutoTextSourceSymbol_ScaleText() As Boolean
    IMMAutoTextSourceSymbol_ScaleText = True
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