DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / MaximumNesting Property






    MaximumNesting Property
    Controls to what level deep are nested Sequences parsed
    Syntax
    'Declaration
     
    
    Public Shared Property MaximumNesting As System.Integer
     
    'Usage
     
    
    Dim value As System.Integer
     
    DicomGlobal.MaximumNesting = value
     
    value = DicomGlobal.MaximumNesting
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also