Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMeasurementSystemManager Class / GetMeasurementUnitFromAbbreviation Method


In This Topic
    GetMeasurementUnitFromAbbreviation Method (NMeasurementSystemManager)
    In This Topic
    Obtains a measurement unit by its abbreviation
    Syntax
    'Declaration
     
    
    Public Overridable Function GetMeasurementUnitFromAbbreviation( _
       ByRef abbreviation As System.String _
    ) As NMeasurementUnit
    'Usage
     
    
    Dim instance As NMeasurementSystemManager
    Dim abbreviation As System.String
    Dim value As NMeasurementUnit
     
    value = instance.GetMeasurementUnitFromAbbreviation(abbreviation)
    public virtual NMeasurementUnit GetMeasurementUnitFromAbbreviation( 
       ref System.string abbreviation
    )

    Parameters

    abbreviation
    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