Constructor.
Syntax
Visual Basic (Declaration) | |
---|
Public Function New( _
ByVal name As String, _
ByVal resource As ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapResourceBase _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim name As String
Dim resource As ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapResourceBase
Dim instance As New ScaleBarFunctionalityLocal(name, resource) |
C# | |
---|
public ScaleBarFunctionalityLocal(
string name,
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapResourceBase resource
) |
Parameters
- name
- Name for the functionality.
- resource
- The MapResource to use for the scale bar functionality.
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