Nevron Open Vision Documentation
Nevron.Nov.Formats.Dxf Namespace / NDxfDocument Class / WSMd<xSMd> Method


In This Topic
    WSMd<xSMd> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function WSMd(Of xSMd As {OUMd, OEOd})( _
       ByVal YSMd As System.String _
    ) As xSMd
    'Usage
     
    
    Dim instance As NDxfDocument
    Dim YSMd As System.String
    Dim value As xSMd
     
    value = instance.WSMd(Of xSMd)(YSMd)
    internal xSMd WSMd<xSMd>( 
       System.string YSMd
    )
    where xSMd: OUMd, OEOd

    Parameters

    YSMd

    Type Parameters

    xSMd
    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