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




defaultValue
Default value for the control.
displayInDialog
Whether to display the control in the UI or not.
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 values for the properties of the NorthArrowSettings.

Syntax

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

Parameters

defaultValue
Default value for the control.
displayInDialog
Whether to display the control in the UI or not.
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.