Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / INGeometryObject Interface / BoundsRange Property


In This Topic
    BoundsRange Property (INGeometryObject)
    In This Topic
    Gets the minimal enclosing bounding range
    Syntax
    'Declaration
     
    
    ReadOnly Property BoundsRange As NRange2D
    'Usage
     
    
    Dim instance As INGeometryObject
    Dim value As NRange2D
     
    value = instance.BoundsRange
    NRange2D BoundsRange {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