Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMeasurementSystemManager Class / GraphicsMeasurementUnits Property


In This Topic
    GraphicsMeasurementUnits Property
    In This Topic
    Gets the measurement units used for graphics objects of this measurement system manager.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GraphicsMeasurementUnits As System.Collections.Generic.List(Of NMeasurementUnit)
    'Usage
     
    
    Dim instance As NMeasurementSystemManager
    Dim value As System.Collections.Generic.List(Of NMeasurementUnit)
     
    value = instance.GraphicsMeasurementUnits
    public System.Collections.Generic.List<NMeasurementUnit> GraphicsMeasurementUnits {get;}
    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