ESRI.ArcGIS.ADF.IMS
SimpleMarkerSymbol Constructor(Color,Int32,MarkerSymbolType)
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > SimpleMarkerSymbol Class > SimpleMarkerSymbol Constructor : SimpleMarkerSymbol Constructor(Color,Int32,MarkerSymbolType)




color
width
type
Constructs a SimpleMarkerSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal type As MarkerSymbolType _
)
Visual Basic (Usage)Copy Code
Dim color As Color
Dim width As Integer
Dim type As MarkerSymbolType
 
Dim instance As New SimpleMarkerSymbol(color, width, type)
C# 
public SimpleMarkerSymbol( 
   Color color,
   int width,
   MarkerSymbolType type
)

Parameters

color
width
type

Example

For an example, see the SimpleMarkerSymbol overview.

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.