ArcFM Solution Developer Guide
GetDisplayName Method


Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function GetDisplayName( _
   ByVal enumValue As System.Enum _
) As System.String
'Usage
 
Dim enumValue As System.Enum
Dim value As System.String
 
value = EnumExtensions.GetDisplayName(enumValue)
[System.Runtime.CompilerServices.Extension()]
public static System.string GetDisplayName( 
   System.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