Nevron .NET Vision
Nevron.Diagram.Maps Namespace / MapConditionOperator Enumeration


In This Topic
    MapConditionOperator Enumeration
    In This Topic
    Enumerates the map condition operators.
    Syntax
    'Declaration
     
    
    Public Enum MapConditionOperator 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MapConditionOperator
    public enum MapConditionOperator : System.Enum 
    Members
    MemberDescription
    EqualsThe equals operator.
    GreaterThanThe greater than operator.
    LessThanThe less than operator.
    NotEqualsThe not equals operator.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Maps.MapConditionOperator

    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