DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCollection Class / IsParallel Method






    IsParallel Method
    Check if images in the collection are parallel
    Syntax
    'Declaration
     
    
    Public Function IsParallel() As System.Boolean
     
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim value As System.Boolean
     
    value = instance.IsParallel()

    Return Value

    True if all images are parallel, everything else is false
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also