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


In This Topic
    GetFromEnum Method (NAngleUnit)
    In This Topic
    Gets the angle unit singleton corresponding to the specified angle unit
    Syntax
    'Declaration
     
    
    Public Shared Function GetFromEnum( _
       ByVal unit As AngleUnit _
    ) As NAngleUnit
    'Usage
     
    
    Dim unit As AngleUnit
    Dim value As NAngleUnit
     
    value = NAngleUnit.GetFromEnum(unit)
    public static NAngleUnit GetFromEnum( 
       AngleUnit unit
    )

    Parameters

    unit
    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