Responder Developer Guide
RegionName Method


Version: 10.2.1a

Resource Center Home

The ID number of the region.
Determines the human-friendly name of a region based on its region ID number.
Syntax
'Declaration
 
Public Shared Function RegionName( _
   ByVal regionId As Integer _
) As String
'Usage
 
Dim regionId As Integer
Dim value As String
 
value = DataManager.RegionName(regionId)
public static string RegionName( 
   int regionId
)

Parameters

regionId
The ID number of the region.

Return Value

A string representation of the region.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataManager Class
DataManager Members

 

 


Send Comment