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



In This Topic
    FrameTimes Property
    In This Topic
    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
    public DateTime[] FrameTimes {get; set;}
    public:
    property array<DateTime>^ FrameTimes {
       array<DateTime>^ get();
       void set (    array<DateTime>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also