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






In This Topic
    IsParallel Method
    In This Topic
    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()
    public System.bool IsParallel()
    public function IsParallel(): System.Boolean; 
    public function IsParallel() : System.boolean;
    public: System.bool IsParallel(); 
    public:
    System.bool IsParallel(); 

    Return Value

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also