ArcFM Server Developer Guide
GetFontSizeAndAngle Method


Syntax
'Declaration
 
Public Shared Sub GetFontSizeAndAngle( _
   ByVal pElement As ESRI.ArcGIS.Carto.IElement, _
   ByRef dFontSize As Double, _
   ByRef dAngle As Double _
) 
'Usage
 
Dim pElement As ESRI.ArcGIS.Carto.IElement
Dim dFontSize As Double
Dim dAngle As Double
 
CommonModule.GetFontSizeAndAngle(pElement, dFontSize, dAngle)
public static void GetFontSizeAndAngle( 
   ESRI.ArcGIS.Carto.IElement pElement,
   ref double dFontSize,
   ref double dAngle
)

Parameters

pElement
dFontSize
dAngle
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

CommonModule Class
CommonModule Members

 

 


Send Comment