'Declaration
Protected MustOverride Function GetValue( _ ByVal index As System.Integer _ ) As System.String
'Usage
Dim instance As NMapLegend Dim index As System.Integer Dim value As System.String value = instance.GetValue(index)
protected abstract System.string GetValue( System.int index )
Parameters
- index