Nevron Open Vision Documentation
Nevron.Nov.Formats.Dxf Namespace / NDxfException Class / Data Property


In This Topic
    Data Property (NDxfException)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overridable ReadOnly Property Data As System.Collections.IDictionary
    'Usage
     
    
    Dim instance As NDxfException
    Dim value As System.Collections.IDictionary
     
    value = instance.Data
    [__DynamicallyInvokable()]
    public virtual System.Collections.IDictionary Data {get;}
    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