Spread for ASP.NET 10 Product Documentation
GetMapAreaByName Method


The name by which to get a MapArea item from collection.
Gets an item from collection by MapArea's name specified.
Syntax
'Declaration
 
Public Function GetMapAreaByName( _
   ByVal name As String _
) As MapArea
'Usage
 
Dim instance As MapAreaCollection
Dim name As String
Dim value As MapArea
 
value = instance.GetMapAreaByName(name)
public MapArea GetMapAreaByName( 
   string name
)

Parameters

name
The name by which to get a MapArea item from collection.

Return Value

The MapArea item with specified name.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MapAreaCollection Class
MapAreaCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.