Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLayoutData Class / MagnetizationType Property


In This Topic
    MagnetizationType Property (NLayoutData)
    In This Topic
    Gets or sets the type of magnetization of the 1D shape. Applicable only to 1D shapes.
    Syntax
    'Declaration
     
    
    Public Property MagnetizationType As ENMagnetizationType
    'Usage
     
    
    Dim instance As NLayoutData
    Dim value As ENMagnetizationType
     
    instance.MagnetizationType = value
     
    value = instance.MagnetizationType
    public ENMagnetizationType MagnetizationType {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also