ESRI.ArcGIS.ADF.Tasks
GetNorthArrowConfiguration Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTaskUtil Class : GetNorthArrowConfiguration Method




fontName
Name of font to be used to render north arrow image.
fontCharacter
Numeric character value within font to use for north arrow image.
Load north arrow values from configuration file.

Syntax

Visual Basic (Declaration) 
Protected Shared Sub GetNorthArrowConfiguration( _
   ByRef fontName As String, _
   ByRef fontCharacter As Integer _
) 
Visual Basic (Usage)Copy Code
Dim fontName As String
Dim fontCharacter As Integer
 
PrintTaskUtil.GetNorthArrowConfiguration(fontName, fontCharacter)
C# 
protected static void GetNorthArrowConfiguration( 
   out string fontName,
   out int fontCharacter
)

Parameters

fontName
Name of font to be used to render north arrow image.
fontCharacter
Numeric character value within font to use for north arrow image.

See Also

© 2010 All Rights Reserved.