Gets the name of the subtype for the specified value.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public string GetSubtypeName(
	int value
)
Visual Basic (Declaration)
Public Function GetSubtypeName ( _
	value As Integer _
) As String

Parameters

value
Type: System..::.Int32
An integer representing a subtype value which is used to lookup the corresponding name.

Return Value

The name of the subtype. If an invalid value is specified, an empty string will be returned.

See Also

Relate Topics:
  GetSubtypeValue Method
  GetSubtypeValueNamePairs Method
Created by Atop CHM to web converter,© 2009 all right reserved.