Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsObject Class / VerifyNotSealed Method


In This Topic
    VerifyNotSealed Method
    In This Topic
    Verifies that the object is not sealed. Throws an exception otherwise.
    Syntax
    'Declaration
     
    
    Protected Sub VerifyNotSealed() 
    'Usage
     
    
    Dim instance As NGraphicsObject
     
    instance.VerifyNotSealed()
    protected void VerifyNotSealed()
    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