DicomObjects.NET Core Documentation
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also