DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomQuery Class / SimpleFrameList Property






    SimpleFrameList Property
    Specify the list of single frames (by frame number) for Frame Level Retrival
    Syntax
    'Declaration
     
    
    Public Property SimpleFrameList As System.Integer()
     
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value() As System.Integer
     
    instance.SimpleFrameList = value
     
    value = instance.SimpleFrameList
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also