ESRI.ArcGIS.ADF.Tasks
NorthArrowSettings Constructor(Generic ItemSettings,String,Int32)
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > NorthArrowSettings Class > NorthArrowSettings Constructor : NorthArrowSettings Constructor(Generic ItemSettings,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 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.

See Also

© 2010 All Rights Reserved.