Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapFillRule Class / GetValueCount Method


In This Topic
    GetValueCount Method (NMapFillRule)
    In This Topic
    Gets the number of values for this fill rule, i.e. the number of values for value fill rules and number of ranges for range fill rules.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetValueCount() As System.Integer
    'Usage
     
    
    Dim instance As NMapFillRule
    Dim value As System.Integer
     
    value = instance.GetValueCount()
    protected abstract System.int GetValueCount()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also