Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRelativeUnit Class / GetFromEnum Method


In This Topic
    GetFromEnum Method (NRelativeUnit)
    In This Topic
    Returns the NRelativeUnit object corresponding to the relative unit enum value
    Syntax
    'Declaration
     
    
    Public Shared Function GetFromEnum( _
       ByVal relativeUnit As RelativeUnit _
    ) As NRelativeUnit
    'Usage
     
    
    Dim relativeUnit As RelativeUnit
    Dim value As NRelativeUnit
     
    value = NRelativeUnit.GetFromEnum(relativeUnit)
    public static NRelativeUnit GetFromEnum( 
       RelativeUnit relativeUnit
    )

    Parameters

    relativeUnit
    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