ArcFM Server Developer Guide
GetDisplayName Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetDisplayName( _
   ByVal enumValue As Enum _
) As String
'Usage
 
Dim enumValue As Enum
Dim value As String
 
value = EnumExtensions.GetDisplayName(enumValue)
[Extension()]
public static string GetDisplayName( 
   Enum enumValue
)

Parameters

enumValue
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

EnumExtensions Class
EnumExtensions Members

 

 


Send Comment