'Declaration
Protected MustOverride Function GetValueAt( _ ByVal index As System.Integer _ ) As System.Object
'Usage
Dim instance As NMapFillRule Dim index As System.Integer Dim value As System.Object value = instance.GetValueAt(index)
protected abstract System.object GetValueAt( System.int index )
Parameters
- index