ESRI.ArcGIS.ADF.Tasks
NorthArrowSettings Constructor(ItemSettings<Boolean>,String,Int32)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > NorthArrowSettings Class > NorthArrowSettings Constructor : NorthArrowSettings Constructor(ItemSettings<Boolean>,String,Int32)




itemSettings
Item settings object containing default value and visibility.
fontName
Name of font to be used to render north arrow image.
fontCharacter
Numeric character value within font to use for north arrow image.
Constructor that takes an ItemSettings object and font properties.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal itemSettings As ItemSettings(Of Boolean), _
   ByVal fontName As String, _
   ByVal fontCharacter As Integer _
)
Visual Basic (Usage)Copy Code
Dim itemSettings As ItemSettings(Of Boolean)
Dim fontName As String
Dim fontCharacter As Integer
 
Dim instance As New NorthArrowSettings(itemSettings, fontName, fontCharacter)
C# 
public NorthArrowSettings( 
   ItemSettings<bool> itemSettings,
   string fontName,
   int fontCharacter
)

Parameters

itemSettings
Item settings object containing default value and visibility.
fontName
Name of font to be used to render north arrow image.
fontCharacter
Numeric character value within font to use for north arrow image.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.