DicomObjects.NET.V8
DicomObjects Namespace / DicomQuery Class / FrameTimes Property



    FrameTimes Property
    Specify the range of frames by frame time, used for Frame Level Retrival
    Syntax
    'Declaration
     
    Public Property FrameTimes As Date()
     
    'Usage
     
    Dim instance As DicomQuery
    Dim value() As Date
     
    instance.FrameTimes = value
     
    value = instance.FrameTimes
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also