Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEnglishUnit Class
Members


In This Topic
    NEnglishUnit Class
    In This Topic
    Serves as base class for all units in the British And American (English) measurement system
    Object Model
    NEnglishUnit Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.SerializableAttribute()>
    Public MustInherit Class NEnglishUnit 
       Inherits NMeasurementUnit
       Implements Nevron.Serialization.INSurrogateSerializable 
    'Usage
     
    
    Dim instance As NEnglishUnit
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Serializable()]
    public abstract class NEnglishUnit : NMeasurementUnit, Nevron.Serialization.INSurrogateSerializable  
    Inheritance Hierarchy
    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