Creates a new instance of the GIS functionality type.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GeocodeResourceBase
Dim functionalityType As Type
Dim functionalityName As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.IGISFunctionality
value = instance.CreateFunctionality(functionalityType, functionalityName) |
Parameters
- functionalityType
- Type of IGISFunctionality to create.
- functionalityName
- Name to assign to the functionality object.
Return Value
IGISFunctionality object of the type specified.
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