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.1500 (2.0.0.1500)
Syntax
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